ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/FakeMods/interface/FakeEventHeader.h
(Generate patch)

Comparing UserCode/MitPhysics/FakeMods/interface/FakeEventHeader.h (file contents):
Revision 1.1 by loizides, Tue Jun 30 10:47:16 2009 UTC vs.
Revision 1.3 by loizides, Mon Jul 20 19:05:04 2009 UTC

# Line 13 | Line 13
13   #define MITPHYSICS_FAKEMODS_FAKEEVENTHEADER_H
14  
15   #include "MitAna/DataTree/interface/DataObject.h"
16 < #include "MitAna/DataTree/interface/Jet.h"
17 < #include "MitAna/DataTree/interface/JetFwd.h"
18 < #include "MitAna/DataCont/interface/ObjArray.h"
19 < #include "MitAna/DataCont/interface/Array.h"
20 < #include "MitPhysics/FakeMods/interface/FakeObject.h"
21 < #include "MitPhysics/FakeMods/interface/FakeObjectFwd.h"
16 > #include "MitAna/DataTree/interface/JetCol.h"
17 > #include "MitPhysics/FakeMods/interface/FakeObjectCol.h"
18  
19   namespace mithep
20   {
# Line 51 | Line 47 | namespace mithep
47        FakeObjectArr             fFakeObjects;     //!fake objects
48        JetOArr                   fJets;            //!collection of jets after some have been
49  
50 <    ClassDef(FakeEventHeader, 1) // Event header class
50 >    ClassDef(FakeEventHeader, 1) // Fake event header class
51    };
52   }
53  
# Line 77 | Line 73 | inline void mithep::FakeEventHeader::Add
73    newFake->SetFakeTag(fo->FakeTag());
74    newFake->SetMCTag(fo->MCTag());  
75   }
80
76   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines