ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/SFrameTools/include/BaseCycleContainer.h
(Generate patch)

Comparing UserCode/UHHAnalysis/SFrameTools/include/BaseCycleContainer.h (file contents):
Revision 1.3 by peiffer, Wed Jun 6 15:25:23 2012 UTC vs.
Revision 1.6 by peiffer, Wed Jun 5 15:05:35 2013 UTC

# Line 3 | Line 3
3   #define BaseCycleContainer_H
4  
5   #include "Objects.h"
6 + #include "ReconstructionHypothesis.h"
7 +
8 + /**
9 + *  @short container that contains all objects of the actual event
10 + *
11 + *  @author Thomas Peiffer
12 + */
13 +
14  
15   struct BaseCycleContainer{
16    //input variables
# Line 29 | Line 37 | struct BaseCycleContainer{
37    std::vector< TopJet >* topjetsgen;
38    std::vector< TopJet >* prunedjets;
39    std::vector< GenParticle >* genparticles;
40 +  std::vector< Particle>* genjets;
41 +
42    MET* met;
43    
44    GenInfo* genInfo;
# Line 39 | Line 49 | struct BaseCycleContainer{
49    //use this vector since triggerNames is only filled for first event of new run
50    std::vector<std::string> triggerNames_actualrun;
51  
52 +  std::vector< ReconstructionHypothesis >* recoHyps;
53 +  
54   };
55  
56  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines