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.2 by peiffer, Wed May 30 09:22:49 2012 UTC vs.
Revision 1.5 by peiffer, Thu Jun 28 15:57:27 2012 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 13 | Line 21 | struct BaseCycleContainer{
21    float rho;
22  
23    bool isRealData;
24 <  bool HBHENoiseFilterResult;
24 >  //bool HBHENoiseFilterResult;
25  
26    float beamspot_x0;
27    float beamspot_y0;
# Line 26 | Line 34 | struct BaseCycleContainer{
34    std::vector< PrimaryVertex >* pvs;
35    std::vector< Jet >* jets;
36    std::vector< TopJet >* topjets;
37 +  std::vector< TopJet >* topjetsgen;
38    std::vector< TopJet >* prunedjets;
39    std::vector< GenParticle >* genparticles;
40    MET* met;
# Line 38 | Line 47 | struct BaseCycleContainer{
47    //use this vector since triggerNames is only filled for first event of new run
48    std::vector<std::string> triggerNames_actualrun;
49  
50 +  std::vector< ReconstructionHypothesis >* recoHyps;
51 +  
52   };
53  
54  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines