CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
MCVerticesAnalyzer Class Reference

#include <TrackingPFG/PileUp/src/MCVerticesAnalyzer.cc>

Inheritance diagram for MCVerticesAnalyzer:
edm::one::EDAnalyzer< edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 MCVerticesAnalyzer (const edm::ParameterSet &)
 
 ~MCVerticesAnalyzer ()
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::SharedResources >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 

Private Attributes

edm::EDGetTokenT< double > m_doubleToken
 
edm::EDGetTokenT< edm::HepMCProductm_hepMCProductToken
 
TH1F * m_hlumi
 
TH1F * m_hmainvtxx
 
TH1F * m_hmainvtxy
 
TH1F * m_hmainvtxz
 
TH1F * m_hnvtx
 
TH2F * m_hnvtxvsbx
 
TH2F * m_hnvtxvslumi
 
TH1F * m_hnvtxweight
 
TProfile * m_hnvtxweightprof
 
TH1F * m_hpileupvtxz
 
const bool m_useweight
 
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > m_vecPileupSummaryInfoToken
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 57 of file MCVerticesAnalyzer.cc.

Constructor & Destructor Documentation

MCVerticesAnalyzer::MCVerticesAnalyzer ( const edm::ParameterSet iConfig)
explicit

Definition at line 99 of file MCVerticesAnalyzer.cc.

References m_hlumi, m_hmainvtxx, m_hmainvtxy, m_hmainvtxz, m_hnvtx, m_hnvtxvsbx, m_hnvtxvslumi, m_hnvtxweight, m_hnvtxweightprof, m_hpileupvtxz, m_useweight, and TFileService::make().

100  : m_useweight( iConfig.getParameter< bool >( "useWeight" ) )
101  , m_doubleToken( consumes< double >( iConfig.getParameter< edm::InputTag >( "weightProduct" ) ) )
102  , m_vecPileupSummaryInfoToken( consumes< std::vector<PileupSummaryInfo> >( iConfig.getParameter< edm::InputTag >( "pileupSummaryCollection" ) ) )
103  , m_hepMCProductToken( consumes< edm::HepMCProduct >( iConfig.getParameter< edm::InputTag >( "mcTruthCollection" ) ) )
104 {
105  //now do what ever initialization is needed
106 
107 
108 
109  usesResource("TFileService");
111 
112  m_hnvtx = tfserv->make<TH1F>("nvtx","Number of pileup vertices",60,-0.5,59.5);
113  m_hnvtx->GetXaxis()->SetTitle("Number of Interactions");
114 
115  m_hnvtxvsbx = tfserv->make<TH2F>("nvtxvsbx","Number of pileup vertices vs BX",9,-4.5,4.5,60,-0.5,59.5);
116  m_hnvtxvsbx->GetXaxis()->SetTitle("BX number");
117  m_hnvtxvsbx->GetYaxis()->SetTitle("Number of Interactions");
118 
119  m_hlumi = tfserv->make<TH1F>("lumi","BX luminosity*xsect",200,0.,50.);
120  m_hlumi->GetXaxis()->SetTitle("Average Number of Interactions");
121 
122  m_hnvtxvslumi = tfserv->make<TH2F>("nvtxvslumi","Npileup vs BX luminosity*xsect",200,0.,50.,60,-0.5,59.5);
123  m_hnvtxvslumi->GetXaxis()->SetTitle("Average Number of Interactions"); m_hnvtxvslumi->GetYaxis()->SetTitle("Number of Interactions");
124 
125  if(m_useweight) {
126  m_hnvtxweight = tfserv->make<TH1F>("nvtxweight","Number of pileup vertices (1-w)",60,-0.5,59.5);
127  m_hnvtxweight->GetXaxis()->SetTitle("Number of Interactions");
128  m_hnvtxweightprof = tfserv->make<TProfile>("nvtxweightprof","Mean (1-w) vs Number of pileup interactions",60,-0.5,59.5);
129  m_hnvtxweightprof->GetXaxis()->SetTitle("Number of Interactions");
130  }
131 
132  m_hmainvtxx = tfserv->make<TH1F>("mainvtxx","Main vertex x position",200,-.5,.5);
133  m_hmainvtxx->GetXaxis()->SetTitle("X (cm)");
134  m_hmainvtxy = tfserv->make<TH1F>("mainvtxy","Main vertex y position",200,-.5,.5);
135  m_hmainvtxy->GetXaxis()->SetTitle("Y (cm)");
136  m_hmainvtxz = tfserv->make<TH1F>("mainvtxz","Main vertex z position",600,-30.,30.);
137  m_hmainvtxz->GetXaxis()->SetTitle("Z (cm)");
138  m_hpileupvtxz = tfserv->make<TH1F>("pileupvtxz","PileUp vertices z position",600,-30.,30.);
139  m_hpileupvtxz->GetXaxis()->SetTitle("Z (cm)");
140 
141 }
T getParameter(std::string const &) const
edm::EDGetTokenT< double > m_doubleToken
T * make(const Args &...args) const
make new ROOT object
Definition: TFileService.h:64
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > m_vecPileupSummaryInfoToken
edm::EDGetTokenT< edm::HepMCProduct > m_hepMCProductToken
MCVerticesAnalyzer::~MCVerticesAnalyzer ( )

Definition at line 144 of file MCVerticesAnalyzer.cc.

145 {
146 
147  // do anything here that needs to be done at desctruction time
148  // (e.g. close files, deallocate resources etc.)
149 
150 }

Member Function Documentation

void MCVerticesAnalyzer::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
privatevirtual

Definition at line 159 of file MCVerticesAnalyzer.cc.

References DEFINE_FWK_MODULE, edm::Event::getByToken(), edm::HepMCProduct::GetEvent(), edm::HandleBase::isValid(), m_doubleToken, m_hepMCProductToken, m_hlumi, m_hmainvtxx, m_hmainvtxy, m_hmainvtxz, m_hnvtx, m_hnvtxvsbx, m_hnvtxvslumi, m_hnvtxweight, m_hnvtxweightprof, m_hpileupvtxz, m_useweight, m_vecPileupSummaryInfoToken, and mps_merge::weight.

160 {
161 
162  double weight = 1.;
163 
164  if(m_useweight) {
165  edm::Handle<double> weightprod;
166  iEvent.getByToken( m_doubleToken, weightprod );
167 
168  weight = *weightprod;
169 
170  }
171 
172 
174  iEvent.getByToken( m_vecPileupSummaryInfoToken, pileupinfos );
175 
176  //
177 
178  if(pileupinfos.isValid()) {
179 
180  // look for the intime PileupSummaryInfo
181 
182  std::vector<PileupSummaryInfo>::const_iterator pileupinfo;
183 
184  for(pileupinfo = pileupinfos->begin(); pileupinfo != pileupinfos->end() ; ++pileupinfo) {
185  m_hnvtxvsbx->Fill(pileupinfo->getBunchCrossing(),pileupinfo->getPU_NumInteractions(),weight);
186  }
187 
188 
189  for(pileupinfo = pileupinfos->begin(); pileupinfo != pileupinfos->end() ; ++pileupinfo) {
190  if(pileupinfo->getBunchCrossing()==0) break;
191  }
192 
193  //
194 
195  if(pileupinfo->getBunchCrossing()!=0) {
196  edm::LogError("NoInTimePileUpInfo") << "Cannot find the in-time pileup info " << pileupinfo->getBunchCrossing();
197  }
198  else {
199 
200  m_hlumi->Fill(pileupinfo->getTrueNumInteractions(),weight);
201  m_hnvtx->Fill(pileupinfo->getPU_NumInteractions(),weight);
202  m_hnvtxvslumi->Fill(pileupinfo->getTrueNumInteractions(),pileupinfo->getPU_NumInteractions(),weight);
203 
204  if(m_useweight) {
205  m_hnvtxweight->Fill(pileupinfo->getPU_NumInteractions(),1.-weight);
206  m_hnvtxweightprof->Fill(pileupinfo->getPU_NumInteractions(),1.-weight);
207  }
208 
209  const std::vector<float>& zpositions = pileupinfo->getPU_zpositions();
210 
211  for(std::vector<float>::const_iterator zpos = zpositions.begin() ; zpos != zpositions.end() ; ++zpos) {
212 
213  m_hpileupvtxz->Fill(*zpos,weight);
214 
215  }
216  }
217  }
218  // main interaction part
219 
221  iEvent.getByToken( m_hepMCProductToken, EvtHandle );
222 
223  if(EvtHandle.isValid()) {
224 
225  const HepMC::GenEvent* Evt = EvtHandle->GetEvent();
226 
227  // get the first vertex
228 
229  if(Evt->vertices_begin() != Evt->vertices_end()) {
230 
231  m_hmainvtxx->Fill((*Evt->vertices_begin())->point3d().x()/10.,weight);
232  m_hmainvtxy->Fill((*Evt->vertices_begin())->point3d().y()/10.,weight);
233  m_hmainvtxz->Fill((*Evt->vertices_begin())->point3d().z()/10.,weight);
234 
235  }
236  }
237 }
edm::EDGetTokenT< double > m_doubleToken
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:508
Definition: weight.py:1
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > m_vecPileupSummaryInfoToken
bool isValid() const
Definition: HandleBase.h:74
const HepMC::GenEvent * GetEvent() const
Definition: HepMCProduct.h:38
edm::EDGetTokenT< edm::HepMCProduct > m_hepMCProductToken

Member Data Documentation

edm::EDGetTokenT< double > MCVerticesAnalyzer::m_doubleToken
private

Definition at line 71 of file MCVerticesAnalyzer.cc.

Referenced by analyze().

edm::EDGetTokenT< edm::HepMCProduct > MCVerticesAnalyzer::m_hepMCProductToken
private

Definition at line 73 of file MCVerticesAnalyzer.cc.

Referenced by analyze().

TH1F* MCVerticesAnalyzer::m_hlumi
private

Definition at line 77 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TH1F* MCVerticesAnalyzer::m_hmainvtxx
private

Definition at line 81 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TH1F* MCVerticesAnalyzer::m_hmainvtxy
private

Definition at line 82 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TH1F* MCVerticesAnalyzer::m_hmainvtxz
private

Definition at line 83 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TH1F* MCVerticesAnalyzer::m_hnvtx
private

Definition at line 75 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TH2F* MCVerticesAnalyzer::m_hnvtxvsbx
private

Definition at line 76 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TH2F* MCVerticesAnalyzer::m_hnvtxvslumi
private

Definition at line 78 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TH1F* MCVerticesAnalyzer::m_hnvtxweight
private

Definition at line 79 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TProfile* MCVerticesAnalyzer::m_hnvtxweightprof
private

Definition at line 80 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

TH1F* MCVerticesAnalyzer::m_hpileupvtxz
private

Definition at line 84 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

const bool MCVerticesAnalyzer::m_useweight
private

Definition at line 69 of file MCVerticesAnalyzer.cc.

Referenced by analyze(), and MCVerticesAnalyzer().

edm::EDGetTokenT< std::vector<PileupSummaryInfo> > MCVerticesAnalyzer::m_vecPileupSummaryInfoToken
private

Definition at line 72 of file MCVerticesAnalyzer.cc.

Referenced by analyze().