Fork me on GitHub

Changeset 275 in svn for trunk/interface/LHCOConverter.h


Ignore:
Timestamp:
Feb 16, 2009, 1:17:12 PM (16 years ago)
Author:
Xavier Rouby
Message:

more things; not yet finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/LHCOConverter.h

    r271 r275  
    3939using namespace std;
    4040
     41class TClonesArray;
     42
     43enum {lhcoPhotonID=0,  lhcoElectronID, lhcoMuonID, lhcoTauJetID, lhcoJetID, lhcoETmisID=6};
     44
    4145class LHCOConverter {
    4246public:
     
    4953
    5054private:
     55  void BranchReader(const TClonesArray*, unsigned int&, unsigned short int ) const; // put it as a operator<<
    5156  const string inputfilename_;
    5257  string inputlogname_;
Note: See TracChangeset for help on using the changeset viewer.