Changeset 275 in svn for trunk/interface
- Timestamp:
- Feb 16, 2009, 1:17:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/LHCOConverter.h
r271 r275 39 39 using namespace std; 40 40 41 class TClonesArray; 42 43 enum {lhcoPhotonID=0, lhcoElectronID, lhcoMuonID, lhcoTauJetID, lhcoJetID, lhcoETmisID=6}; 44 41 45 class LHCOConverter { 42 46 public: … … 49 53 50 54 private: 55 void BranchReader(const TClonesArray*, unsigned int&, unsigned short int ) const; // put it as a operator<< 51 56 const string inputfilename_; 52 57 string inputlogname_;
Note:
See TracChangeset
for help on using the changeset viewer.