Fork me on GitHub

Changeset 350 in svn for trunk/Utilities


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

first test HepMC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h

    r323 r350  
    177177//--------------------------------------------------------------------------
    178178class TRootGenParticle;
     179
     180namespace TRootC {
    179181class GenParticle: public TRootParticle {
    180182
     
    202204  ClassDef(GenParticle, 1)
    203205};
     206}
    204207
    205208//---------------------------------------------------------------------------
     
    210213  TRootGenParticle() {_initialised=false;}
    211214  TRootGenParticle(const int pid): PID(pid) {_initialised=false;}
    212   TRootGenParticle(GenParticle* part);
     215  TRootGenParticle(TRootC::GenParticle* part);
    213216
    214217  int PID; // particle HEP ID number [RawHepEventParticle::pid()]
Note: See TracChangeset for help on using the changeset viewer.