CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
MCvsRecoVerticesAnalyzer Class Reference

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

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

Public Member Functions

 MCvsRecoVerticesAnalyzer (const edm::ParameterSet &)
 
 ~MCvsRecoVerticesAnalyzer ()
 
- 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
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Member Functions

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

Private Attributes

edm::EDGetTokenT< double > m_doubleToken
 
TH1F * m_hclosestvtx
 
TH2F * m_hclosestvtxvsnpu
 
TH1F * m_hdeltazclose
 
TH2F * m_hdeltazclosevsnpu
 
TH1F * m_hdeltazfirst
 
TH2F * m_hdeltazfirstvsnpu
 
edm::EDGetTokenT
< edm::HepMCProduct
m_hepMCProductToken
 
const edm::ParameterSet m_histoParameters
 
TH2F * m_hrecovsmclumi2d
 
TProfile * m_hrecovsmclumiprof
 
TProfile * m_hrecovsmclumiweightedprof
 
TH2F * m_hrecovsmcnvtx2d
 
TProfile * m_hrecovsmcnvtxprof
 
TProfile * m_hrecovsmcnvtxweightedprof
 
edm::EDGetTokenT
< reco::VertexCollection
m_recoVertexCollectionToken
 
const bool m_useVisibleVertices
 
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 59 of file MCvsRecoVerticesAnalyzer.cc.

Constructor & Destructor Documentation

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

Definition at line 107 of file MCvsRecoVerticesAnalyzer.cc.

References edm::ParameterSet::getUntrackedParameter(), m_hclosestvtx, m_hclosestvtxvsnpu, m_hdeltazclose, m_hdeltazclosevsnpu, m_hdeltazfirst, m_hdeltazfirstvsnpu, m_histoParameters, m_hrecovsmclumi2d, m_hrecovsmclumiprof, m_hrecovsmclumiweightedprof, m_hrecovsmcnvtx2d, m_hrecovsmcnvtxprof, m_hrecovsmcnvtxweightedprof, m_useVisibleVertices, m_useweight, and TFileService::make().

108  : m_useweight( iConfig.getParameter< bool >( "useWeight" ) )
109  , m_useVisibleVertices( iConfig.getParameter< bool >( "useVisibleVertices" ) )
110  , m_histoParameters( iConfig.getUntrackedParameter< edm::ParameterSet >( "histoParameters", edm::ParameterSet() ) )
111  , m_doubleToken( consumes< double >( iConfig.getParameter< edm::InputTag >( "weightProduct" ) ) )
112  , m_vecPileupSummaryInfoToken( consumes< std::vector<PileupSummaryInfo> >( iConfig.getParameter< edm::InputTag >( "pileupSummaryCollection" ) ) )
113  , m_recoVertexCollectionToken( consumes< reco::VertexCollection >( iConfig.getParameter< edm::InputTag >( "pvCollection" ) ) )
114  , m_hepMCProductToken( consumes< edm::HepMCProduct >( iConfig.getParameter< edm::InputTag >( "mcTruthCollection" ) ) )
115 {
116  //now do what ever initialization is needed
117 
118  if(m_useVisibleVertices) edm::LogInfo("UseVisibleVertices") << "Only visible vertices will be used to compute Npileup";
119 
120  usesResource("TFileService");
122 
123  m_hrecovsmcnvtx2d = tfserv->make<TH2F>("recovsmcnvtx2d","Number of reco vertices vs pileup interactions",60,-0.5,59.5,60,-0.5,59.5);
124  m_hrecovsmcnvtx2d->GetXaxis()->SetTitle("Pileup Interactions"); m_hrecovsmcnvtx2d->GetYaxis()->SetTitle("Reco Vertices");
125  m_hrecovsmcnvtxprof = tfserv->make<TProfile>("recovsmcnvtxprof","Mean number of reco vs pileup vertices",60,-0.5,59.5);
126  m_hrecovsmcnvtxprof->GetXaxis()->SetTitle("Pileup Interactions"); m_hrecovsmcnvtxprof->GetYaxis()->SetTitle("Reco Vertices");
127 
128  m_hrecovsmclumi2d = tfserv->make<TH2F>("recovsmclumi2d","Number of reco vertices vs ave pileup interactions",200,0.,50.,60,-0.5,59.5);
129  m_hrecovsmclumi2d->GetXaxis()->SetTitle("Average Pileup Interactions"); m_hrecovsmclumi2d->GetYaxis()->SetTitle("Reco Vertices");
130  m_hrecovsmclumiprof = tfserv->make<TProfile>("recovsmclumiprof","Mean number of reco vs ave pileup vertices",200,0.,50.);
131  m_hrecovsmclumiprof->GetXaxis()->SetTitle("Average Pileup Interactions"); m_hrecovsmclumiprof->GetYaxis()->SetTitle("Reco Vertices");
132 
133  if(m_useweight) {
134  m_hrecovsmcnvtxweightedprof = tfserv->make<TProfile>("recovsmcnvtxweightedprof","Mean number of reco vs pileup vertices (1-w) weight",60,-0.5,59.5);
135  m_hrecovsmcnvtxweightedprof->GetXaxis()->SetTitle("Pileup Interactions"); m_hrecovsmcnvtxweightedprof->GetYaxis()->SetTitle("Reco Vertices (1-w)");
136 
137  m_hrecovsmclumiweightedprof = tfserv->make<TProfile>("recovsmclumiweightedprof","Mean number of reco vs ave pileup vertices (1-w) weight",
138  200,0.,50.);
139  m_hrecovsmclumiweightedprof->GetXaxis()->SetTitle("Average Pileup Interactions");
140  m_hrecovsmclumiweightedprof->GetYaxis()->SetTitle("Reco Vertices (1-w)");
141  }
142 
143  m_hdeltazfirst = tfserv->make<TH1F>("deltazfirst","Reco-MC vertex z position (first vertex)",
144  m_histoParameters.getUntrackedParameter<unsigned int>("zBins",1000),
145  m_histoParameters.getUntrackedParameter<double>("zMin",-1.),
146  m_histoParameters.getUntrackedParameter<double>("zMax",1.));
147  m_hdeltazfirst->GetXaxis()->SetTitle("#Delta z (cm)"); m_hdeltazfirst->GetYaxis()->SetTitle("Events");
148 
149  m_hdeltazclose = tfserv->make<TH1F>("deltazclose","Reco-MC vertex z position (closest vertex)",
150  m_histoParameters.getUntrackedParameter<unsigned int>("zBins",1000),
151  m_histoParameters.getUntrackedParameter<double>("zMin",-1.),
152  m_histoParameters.getUntrackedParameter<double>("zMax",1.));
153  m_hdeltazclose->GetXaxis()->SetTitle("#Delta z (cm)"); m_hdeltazclose->GetYaxis()->SetTitle("Events");
154 
155  m_hclosestvtx = tfserv->make<TH1F>("closestvtx","Closest reco vtx ID",30,-0.5,29.5);
156  m_hclosestvtx->GetXaxis()->SetTitle("Vtx ID"); m_hclosestvtx->GetYaxis()->SetTitle("Events");
157 
158  m_hdeltazfirstvsnpu = tfserv->make<TH2F>("deltazfirstvsnpu","Reco-MC vertex z position (first vertex) vs Npileup",30,-0.5,29.5,
159  m_histoParameters.getUntrackedParameter<unsigned int>("zBins",1000),
160  m_histoParameters.getUntrackedParameter<double>("zMin",-1.),
161  m_histoParameters.getUntrackedParameter<double>("zMax",1.));
162  m_hdeltazfirstvsnpu->GetXaxis()->SetTitle("pileup Interactions"); m_hdeltazfirstvsnpu->GetYaxis()->SetTitle("#Delta z (cm)");
163 
164  m_hdeltazclosevsnpu = tfserv->make<TH2F>("deltazclosevsnpu","Reco-MC vertex z position (closest vertex) v Npileup",30,-0.5,29.5,
165  m_histoParameters.getUntrackedParameter<unsigned int>("zBins",1000),
166  m_histoParameters.getUntrackedParameter<double>("zMin",-1.),
167  m_histoParameters.getUntrackedParameter<double>("zMax",1.));
168  m_hdeltazclosevsnpu->GetXaxis()->SetTitle("Pileup Interactions"); m_hdeltazclosevsnpu->GetYaxis()->SetTitle("#Delta z (cm)");
169 
170  m_hclosestvtxvsnpu = tfserv->make<TH2F>("closestvtxvsnpu","Closest reco vtx ID vs Npileup",30,-0.5,29.5,30,-0.5,29.5);
171  m_hclosestvtxvsnpu->GetXaxis()->SetTitle("Pileup Interactions"); m_hclosestvtxvsnpu->GetYaxis()->SetTitle("Vtx ID");
172 
173 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
T * make(const Args &...args) const
make new ROOT object
Definition: TFileService.h:64
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::EDGetTokenT< reco::VertexCollection > m_recoVertexCollectionToken
edm::EDGetTokenT< edm::HepMCProduct > m_hepMCProductToken
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > m_vecPileupSummaryInfoToken
edm::EDGetTokenT< double > m_doubleToken
const edm::ParameterSet m_histoParameters
MCvsRecoVerticesAnalyzer::~MCvsRecoVerticesAnalyzer ( )

Definition at line 176 of file MCvsRecoVerticesAnalyzer.cc.

177 {
178 
179  // do anything here that needs to be done at desctruction time
180  // (e.g. close files, deallocate resources etc.)
181 
182 }

Member Function Documentation

void MCvsRecoVerticesAnalyzer::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 191 of file MCvsRecoVerticesAnalyzer.cc.

References funct::abs(), edm::Event::getByToken(), m_doubleToken, m_hclosestvtx, m_hclosestvtxvsnpu, m_hdeltazclose, m_hdeltazclosevsnpu, m_hdeltazfirst, m_hdeltazfirstvsnpu, m_hepMCProductToken, m_hrecovsmclumi2d, m_hrecovsmclumiprof, m_hrecovsmclumiweightedprof, m_hrecovsmcnvtx2d, m_hrecovsmcnvtxprof, m_hrecovsmcnvtxweightedprof, m_recoVertexCollectionToken, m_useVisibleVertices, m_useweight, m_vecPileupSummaryInfoToken, puppiForMET_cff::weight, and z.

192 {
193 
194  double weight = 1.;
195 
196  if(m_useweight) {
197  edm::Handle< double > weightprod;
198  iEvent.getByToken( m_doubleToken, weightprod );
199 
200  weight = *weightprod;
201 
202  }
203 
205  iEvent.getByToken( m_vecPileupSummaryInfoToken, pileupinfos );
206 
207  // look for the intime PileupSummaryInfo
208 
209  std::vector<PileupSummaryInfo>::const_iterator pileupinfo;
210 
211  for(pileupinfo = pileupinfos->begin(); pileupinfo != pileupinfos->end() ; ++pileupinfo) {
212 
213  if(pileupinfo->getBunchCrossing()==0) break;
214 
215  }
216 
217  //
218 
220  iEvent.getByToken( m_recoVertexCollectionToken, pvcoll );
221 
222 
223  //
224 
225  if(pileupinfo->getBunchCrossing()!=0) {
226 
227  edm::LogError("NoInTimePileUpInfo") << "Cannot find the in-time pileup info " << pileupinfo->getBunchCrossing();
228 
229  }
230  else {
231 
232  int npileup = pileupinfo->getPU_NumInteractions();
233 
234  if(m_useVisibleVertices) npileup = pileupinfo->getPU_zpositions().size();
235 
236  m_hrecovsmcnvtx2d->Fill(npileup,pvcoll->size(),weight);
237  m_hrecovsmcnvtxprof->Fill(npileup,pvcoll->size(),weight);
238 
239  m_hrecovsmclumi2d->Fill(pileupinfo->getTrueNumInteractions(),pvcoll->size(),weight);
240  m_hrecovsmclumiprof->Fill(pileupinfo->getTrueNumInteractions(),pvcoll->size(),weight);
241 
242  if(m_useweight) {
243  m_hrecovsmcnvtxweightedprof->Fill(npileup,pvcoll->size(),1.-weight);
244  m_hrecovsmclumiweightedprof->Fill(pileupinfo->getTrueNumInteractions(),pvcoll->size(),1.-weight);
245  }
246  //
247 
249  iEvent.getByToken( m_hepMCProductToken, EvtHandle );
250 
251  const HepMC::GenEvent* Evt = EvtHandle->GetEvent();
252 
253  // compute the difference between the main interaction vertex z position and the first vertex of the collection
254 
255  if(pvcoll->size() !=0) {
256  if(!(*pvcoll)[0].isFake()) {
257  // get the first vertex
258  if(Evt->vertices_begin() != Evt->vertices_end()) {
259  m_hdeltazfirst->Fill((*pvcoll)[0].z()-(*Evt->vertices_begin())->point3d().z()/10.,weight);
260  m_hdeltazfirstvsnpu->Fill(npileup,(*pvcoll)[0].z()-(*Evt->vertices_begin())->point3d().z()/10.,weight);
261  }
262  }
263  }
264 
265  // compute the difference between the main interaction vertex z position and the closest reco vertex
266 
267  double minabsdist = -1.;
268  double mindist = -999.;
269  int closestvtx = -1;
270 
271  for(unsigned int ivtx = 0 ; ivtx < pvcoll->size() ; ++ivtx) {
272 
273  if(closestvtx < 0 || minabsdist > std::abs((*pvcoll)[ivtx].z()-(*Evt->vertices_begin())->point3d().z()/10.)) {
274  mindist = (*pvcoll)[ivtx].z()-(*Evt->vertices_begin())->point3d().z()/10.;
275  closestvtx = ivtx;
276  minabsdist = std::abs(mindist);
277  }
278 
279  }
280  if(closestvtx >= 0) {
281  m_hdeltazclose->Fill(mindist,weight);
282  m_hdeltazclosevsnpu->Fill(npileup,mindist,weight);
283  m_hclosestvtx->Fill(closestvtx,weight);
284  m_hclosestvtxvsnpu->Fill(npileup,closestvtx,weight);
285  }
286 
287  }
288 }
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:462
edm::EDGetTokenT< reco::VertexCollection > m_recoVertexCollectionToken
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
edm::EDGetTokenT< edm::HepMCProduct > m_hepMCProductToken
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > m_vecPileupSummaryInfoToken
edm::EDGetTokenT< double > m_doubleToken

Member Data Documentation

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

Definition at line 74 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze().

TH1F* MCvsRecoVerticesAnalyzer::m_hclosestvtx
private

Definition at line 87 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TH2F* MCvsRecoVerticesAnalyzer::m_hclosestvtxvsnpu
private

Definition at line 91 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TH1F* MCvsRecoVerticesAnalyzer::m_hdeltazclose
private

Definition at line 86 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TH2F* MCvsRecoVerticesAnalyzer::m_hdeltazclosevsnpu
private

Definition at line 90 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TH1F* MCvsRecoVerticesAnalyzer::m_hdeltazfirst
private

Definition at line 85 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TH2F* MCvsRecoVerticesAnalyzer::m_hdeltazfirstvsnpu
private

Definition at line 89 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

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

Definition at line 77 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze().

const edm::ParameterSet MCvsRecoVerticesAnalyzer::m_histoParameters
private

Definition at line 73 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by MCvsRecoVerticesAnalyzer().

TH2F* MCvsRecoVerticesAnalyzer::m_hrecovsmclumi2d
private

Definition at line 82 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TProfile* MCvsRecoVerticesAnalyzer::m_hrecovsmclumiprof
private

Definition at line 83 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TProfile* MCvsRecoVerticesAnalyzer::m_hrecovsmclumiweightedprof
private

Definition at line 84 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TH2F* MCvsRecoVerticesAnalyzer::m_hrecovsmcnvtx2d
private

Definition at line 79 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TProfile* MCvsRecoVerticesAnalyzer::m_hrecovsmcnvtxprof
private

Definition at line 80 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

TProfile* MCvsRecoVerticesAnalyzer::m_hrecovsmcnvtxweightedprof
private

Definition at line 81 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

edm::EDGetTokenT< reco::VertexCollection > MCvsRecoVerticesAnalyzer::m_recoVertexCollectionToken
private

Definition at line 76 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze().

const bool MCvsRecoVerticesAnalyzer::m_useVisibleVertices
private

Definition at line 72 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

const bool MCvsRecoVerticesAnalyzer::m_useweight
private

Definition at line 71 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze(), and MCvsRecoVerticesAnalyzer().

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

Definition at line 75 of file MCvsRecoVerticesAnalyzer.cc.

Referenced by analyze().