Fork me on GitHub

Changeset 1123 in svn for trunk/classes


Ignore:
Timestamp:
May 26, 2013, 2:00:39 AM (11 years ago)
Author:
Pavel Demin
Message:

add Weight branch and Weighter module

Location:
trunk/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/ClassesLinkDef.h

    r1114 r1123  
    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+;
  • trunk/classes/DelphesClasses.h

    r1114 r1123  
    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.