Fork me on GitHub

Changeset 350 in svn for trunk/interface


Ignore:
Timestamp:
May 6, 2009, 8:57:21 PM (15 years ago)
Author:
severine ovyn
Message:

first test HepMC

Location:
trunk/interface
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/JetsUtil.h

    r319 r350  
    8383  vector<fastjet::PseudoJet> RunJetsResol(const vector<fastjet::PseudoJet>&  input_particles);
    8484 
    85   void RunJetBtagging(ExRootTreeWriter *treeWriter, ExRootTreeBranch *branchJet,const vector<fastjet::PseudoJet> & sorted_jets,const TSimpleArray<GenParticle> & NFCentralQ, const vector<int> &NTrackJet, const vector<float> &EHADEEM);
     85  void RunJetBtagging(ExRootTreeWriter *treeWriter, ExRootTreeBranch *branchJet,const vector<fastjet::PseudoJet> & sorted_jets,const TSimpleArray<TRootC::GenParticle> & NFCentralQ, const vector<int> &NTrackJet, const vector<float> &EHADEEM);
    8686 
    8787  void RunTauJets(ExRootTreeWriter *treeWriter, ExRootTreeBranch *branchTauJet,const vector<fastjet::PseudoJet> & sorted_jets,const vector<PhysicsTower> & towers, const vector<TRootTracks> & TrackCentral, const vector<int> &NTrackJet, const vector<float> &EHADEEM);
  • trunk/interface/SmearUtil.h

    r332 r350  
    227227
    228228  /// b-jets
    229   int Bjets(const TSimpleArray<GenParticle> &subarray, const float& eta, const float& phi);
     229  int Bjets(const TSimpleArray<TRootC::GenParticle> &subarray, const float& eta, const float& phi);
    230230 
    231231  /// b-tag efficiency and misidentification
    232   bool Btaggedjet(const TLorentzVector &JET, const TSimpleArray<GenParticle> &subarray);
     232  bool Btaggedjet(const TLorentzVector &JET, const TSimpleArray<TRootC::GenParticle> &subarray);
    233233
    234234  /// Lepton isolation based on tracking
Note: See TracChangeset for help on using the changeset viewer.