Fork me on GitHub

Changeset 2e229c9 in git for classes


Ignore:
Timestamp:
May 26, 2013, 2:00:39 AM (12 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
6c4f14a
Parents:
3ccc2b6e
Message:

add Weight branch and Weighter module

Location:
classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classes/ClassesLinkDef.h

    r3ccc2b6e r2e229c9  
    3737#pragma link C++ class ScalarHT+;
    3838#pragma link C++ class Rho+;
     39#pragma link C++ class Weight+;
    3940#pragma link C++ class Photon+;
    4041#pragma link C++ class Electron+;
  • classes/DelphesClasses.h

    r3ccc2b6e r2e229c9  
    175175//---------------------------------------------------------------------------
    176176
     177class Weight: public TObject
     178{
     179public:
     180  Float_t Weight; // weight for the event
     181
     182  ClassDef(Weight, 1)
     183};
     184
     185//---------------------------------------------------------------------------
     186
    177187class Photon: public SortableObject
    178188{
Note: See TracChangeset for help on using the changeset viewer.