CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PileupInformation.h
Go to the documentation of this file.
1 #ifndef SimGeneral_PileupInformation_h
2 #define SimGeneral_PileupInformation_h
3 
4 #include <map>
5 
7 
11 
12 //#include "CommonTools/RecoAlgos/interface/TrackingParticleSelector.h"
13 
25 
27 
29 {
30 
31 public:
32 
33  explicit PileupInformation( const edm::ParameterSet & );
34 
35 private:
36 
37  void produce( edm::Event &, const edm::EventSetup & ) override;
38 
40 
41  typedef std::map<EncodedEventId, unsigned int> EncodedEventIdToIndex;
42  typedef std::map< int, int > myindex;
44 
45  std::vector<float> zpositions;
46  std::vector<float> sumpT_lowpT;
47  std::vector<float> sumpT_highpT;
48  std::vector<int> ntrks_lowpT;
49  std::vector<int> ntrks_highpT;
50 
51 
52  double distanceCut_;
53  double volumeRadius_;
54  double volumeZ_;
55  double pTcut_1_;
56  double pTcut_2_;
58 
59 
66 
68 
70  //std::string simHitLabel_;
71  //std::auto_ptr<MixCollection<SimTrack> > simTracks_;
72  //std::auto_ptr<MixCollection<SimVertex> > simVertexes_;
73 
74 
75 
76 };
77 
78 
79 #endif
edm::EDGetTokenT< PileupMixingContent > PileupInfoLabel_
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > pileupSummaryToken_
std::string MessageCategory_
std::map< EncodedEventId, unsigned int > EncodedEventIdToIndex
edm::EDGetTokenT< int > bunchSpacingToken_
void produce(edm::Event &, const edm::EventSetup &) override
PileupInformation(const edm::ParameterSet &)
edm::ParameterSet conf_
std::vector< float > sumpT_highpT
std::vector< float > zpositions
std::vector< int > ntrks_lowpT
edm::EDGetTokenT< TrackingParticleCollection > trackingTruthT_
edm::EDGetTokenT< PileupVertexContent > PileupVtxLabel_
std::vector< float > sumpT_lowpT
edm::EDGetTokenT< TrackingVertexCollection > trackingTruthV_
std::vector< int > ntrks_highpT
std::map< int, int > myindex