Fork me on GitHub

Changeset 381 in svn for trunk/Utilities


Ignore:
Timestamp:
May 12, 2009, 9:22:30 PM (15 years ago)
Author:
Xavier Rouby
Message:

putting back Zdc to backward compatibility: bug removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/src/BlockClasses.cc

    r375 r381  
    197197        E   =cal.getE();   ET   =cal.getET();
    198198}
    199 
     199/*
    200200TRootZdcHits::TRootZdcHits(const float e, const float t, const int side, const bool had) : E(e), T(t), side(side), hadronic_hit(had) {}
    201201TRootZdcHits::TRootZdcHits(const TRootZdcHits& zdc) : E(zdc.E), T(zdc.T), side(zdc.side), hadronic_hit(zdc.hadronic_hit) {}
     
    205205  return *this;
    206206}
    207 
     207*/
    208208void TRootGenParticle:: print(){
    209209  cout << "pid = " << PID << "\tM=" << M << "\tQ= " << Charge << "\tStatus = " << Status << "\t E= " << E << endl;
Note: See TracChangeset for help on using the changeset viewer.