Changeset 350 in svn for trunk/Utilities/ExRootAnalysis/interface
- Timestamp:
- May 6, 2009, 8:57:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r323 r350 177 177 //-------------------------------------------------------------------------- 178 178 class TRootGenParticle; 179 180 namespace TRootC { 179 181 class GenParticle: public TRootParticle { 180 182 … … 202 204 ClassDef(GenParticle, 1) 203 205 }; 206 } 204 207 205 208 //--------------------------------------------------------------------------- … … 210 213 TRootGenParticle() {_initialised=false;} 211 214 TRootGenParticle(const int pid): PID(pid) {_initialised=false;} 212 TRootGenParticle( GenParticle* part);215 TRootGenParticle(TRootC::GenParticle* part); 213 216 214 217 int PID; // particle HEP ID number [RawHepEventParticle::pid()]
Note:
See TracChangeset
for help on using the changeset viewer.