Fork me on GitHub

Changeset 71648c2 in git for classes


Ignore:
Timestamp:
May 16, 2013, 4:25:05 PM (12 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8608ef8
Parents:
809e3a9
Message:

add Rho branch

Location:
classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classes/ClassesLinkDef.h

    r809e3a9 r71648c2  
    3636#pragma link C++ class MissingET+;
    3737#pragma link C++ class ScalarHT+;
     38#pragma link C++ class Rho+;
    3839#pragma link C++ class Photon+;
    3940#pragma link C++ class Electron+;
  • classes/DelphesClasses.h

    r809e3a9 r71648c2  
    165165//---------------------------------------------------------------------------
    166166
     167class Rho: public TObject
     168{
     169public:
     170  Float_t Rho; // rho energy density
     171
     172  ClassDef(Rho, 1)
     173};
     174
     175//---------------------------------------------------------------------------
     176
    167177class Photon: public SortableObject
    168178{
Note: See TracChangeset for help on using the changeset viewer.