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 Attributes
WValidation Class Reference

#include <WValidation.h>

Inheritance diagram for WValidation:
DQMEDAnalyzer edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > edm::stream::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &) override
 
virtual void bookHistograms (DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
 
virtual void dqmBeginRun (const edm::Run &r, const edm::EventSetup &c) override
 
 WValidation (const edm::ParameterSet &)
 
virtual ~WValidation ()
 
- Public Member Functions inherited from DQMEDAnalyzer
virtual void beginRun (edm::Run const &, edm::EventSetup const &) final
 
virtual void beginStream (edm::StreamID id) final
 
 DQMEDAnalyzer (void)
 
virtual void endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
virtual void endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
uint32_t streamId () const
 
- Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Attributes

int _flavor
 decay flavor More...
 
std::string _name
 decay flavor name More...
 
MonitorElementcos_theta_gamma_lepton
 
edm::ESHandle
< HepPDT::ParticleDataTable
fPDGTable
 PDT table. More...
 
MonitorElementgamma_energy
 
edm::InputTag hepmcCollection_
 
edm::EDGetTokenT
< edm::HepMCProduct
hepmcCollectionToken_
 
MonitorElementlepeta
 
MonitorElementlepmet_mT
 
MonitorElementlepmet_mTPeak
 
MonitorElementlepmet_pt
 
MonitorElementlepmet_ptLog
 
MonitorElementlepmet_rap
 
MonitorElementleppt
 
MonitorElementmet
 
MonitorElementnEvt
 
MonitorElementWdaughters
 
WeightManager wmanager_
 
MonitorElementWmass
 
MonitorElementWmassPeak
 
MonitorElementWpt
 
MonitorElementWptLog
 
MonitorElementWrap
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static std::shared_ptr
< dqmDetails::NoCache
globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr
< dqmDetails::NoCache
globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *)
 
static void globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *)
 
static void globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
- 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

Definition at line 35 of file WValidation.h.

Constructor & Destructor Documentation

WValidation::WValidation ( const edm::ParameterSet iPSet)
explicit

Definition at line 18 of file WValidation.cc.

References hepmcCollection_, and hepmcCollectionToken_.

18  :
20  hepmcCollection_(iPSet.getParameter<edm::InputTag>("hepmcCollection")),
21  _flavor(iPSet.getParameter<int>("decaysTo")),
22  _name(iPSet.getParameter<std::string>("name"))
23 {
24 
25  hepmcCollectionToken_=consumes<HepMCProduct>(hepmcCollection_);
26 }
edm::InputTag hepmcCollection_
Definition: WValidation.h:46
T getParameter(std::string const &) const
WeightManager wmanager_
Definition: WValidation.h:45
std::string _name
decay flavor name
Definition: WValidation.h:60
edm::EDGetTokenT< edm::HepMCProduct > hepmcCollectionToken_
Definition: WValidation.h:62
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
int _flavor
decay flavor
Definition: WValidation.h:58
WValidation::~WValidation ( )
virtual

Definition at line 28 of file WValidation.cc.

28 {}

Member Function Documentation

void WValidation::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Gathering the HepMCProduct information

Implements edm::stream::EDAnalyzerBase.

Definition at line 66 of file WValidation.cc.

References _flavor, funct::abs(), funct::cos(), cos_theta_gamma_lepton, MonitorElement::Fill(), HepMCValidationHelper::findFSRPhotons(), gamma_energy, HepMCValidationHelper::genMet(), edm::Event::getByToken(), hepmcCollectionToken_, getDQMSummary::iter, lepeta, lepmet_mT, lepmet_mTPeak, lepmet_pt, lepmet_ptLog, leppt, met, nEvt, edm::es::products(), python.multivaluedict::sort(), HepMCValidationHelper::sortByPt(), edmStreamStallGrapher::t, Wdaughters, WeightManager::weight(), histoStyle::weight, wmanager_, Wmass, WmassPeak, Wpt, WptLog, Wrap, x, detailsBasic3DVector::y, and detailsBasic3DVector::z.

67 {
68 
69  // we *DO NOT* rely on a Z entry in the particle listings!
70 
73  iEvent.getByToken(hepmcCollectionToken_, evt);
74 
75  //Get EVENT
76  const HepMC::GenEvent *myGenEvent = evt->GetEvent();
77 
78  double weight = wmanager_.weight(iEvent);
79 
80  nEvt->Fill(0.5,weight);
81 
82  std::vector<const HepMC::GenParticle*> allleptons;
83  std::vector<const HepMC::GenParticle*> allneutrinos;
84 
85  //requires status 1 for leptons and neutrinos (except tau)
86  int requiredstatus = (abs(_flavor) == 11 || abs(_flavor) ==13 ) ? 1 : 3;
87 
88  bool vetotau = true; //(abs(_flavor) == 11 || abs(_flavor) == 12 || abs(_flavor) ==13 || abs(_flavor) ==14 || abs(_flavor) ==16) ? true : false;
89 
90  for(HepMC::GenEvent::particle_const_iterator iter = myGenEvent->particles_begin(); iter != myGenEvent->particles_end(); ++iter) {
91  if (vetotau) {
92  if ((*iter)->status()==3 && abs((*iter)->pdg_id() == 15) ) return;
93  }
94  if((*iter)->status()==requiredstatus) {
95  //@todo: improve this selection
96  if((*iter)->pdg_id()==_flavor)
97  allleptons.push_back(*iter);
98  else if (abs((*iter)->pdg_id()) == abs(_flavor)+1)
99  allneutrinos.push_back(*iter);
100  }
101  }
102 
103  //nothing to do if we don't have 2 particles
104  if (allleptons.empty() || allneutrinos.empty()) return;
105 
106  //sort them in pt
107  std::sort(allleptons.begin(), allleptons.end(), HepMCValidationHelper::sortByPt);
108  std::sort(allneutrinos.begin(), allneutrinos.end(), HepMCValidationHelper::sortByPt);
109 
110  //get the first lepton and the first neutrino, and check that one is particle one is antiparticle (product of pdgids < 0)
111  std::vector<const HepMC::GenParticle*> products;
112  if (allleptons.front()->pdg_id() * allneutrinos.front()->pdg_id() > 0) return;
113 
114  //require at least 20 GeV on the lepton
115  if (allleptons.front()->momentum().perp() < 20. || allneutrinos.front()->momentum().perp() < 20. ) return;
116 
117  //find possible qed fsr photons
118  std::vector<const HepMC::GenParticle*> selectedLepton;
119  selectedLepton.push_back(allleptons.front());
120  std::vector<const HepMC::GenParticle*> fsrphotons;
121  HepMCValidationHelper::findFSRPhotons(selectedLepton, myGenEvent, 0.1, fsrphotons);
122 
123  Wdaughters->Fill(allleptons.front()->pdg_id(),weight);
124  Wdaughters->Fill(allneutrinos.front()->pdg_id(),weight);
125 
126  //assemble FourMomenta
127  TLorentzVector lep1(allleptons[0]->momentum().x(), allleptons[0]->momentum().y(), allleptons[0]->momentum().z(), allleptons[0]->momentum().t());
128  TLorentzVector lep2(allneutrinos[0]->momentum().x(), allneutrinos[0]->momentum().y(), allneutrinos[0]->momentum().z(), allneutrinos[0]->momentum().t());
129  TLorentzVector dilepton_mom = lep1 + lep2;
130  TLorentzVector dilepton_andphoton_mom = dilepton_mom;
131  std::vector<TLorentzVector> gammasMomenta;
132  for (unsigned int ipho = 0; ipho < fsrphotons.size(); ++ipho){
133  TLorentzVector phomom(fsrphotons[ipho]->momentum().x(), fsrphotons[ipho]->momentum().y(), fsrphotons[ipho]->momentum().z(), fsrphotons[ipho]->momentum().t());
134  dilepton_andphoton_mom += phomom;
135  Wdaughters->Fill(fsrphotons[ipho]->pdg_id(),weight);
136  gammasMomenta.push_back(phomom);
137  }
138  //Fill "true" W histograms
139  Wmass->Fill(dilepton_andphoton_mom.M(),weight);
140  WmassPeak->Fill(dilepton_andphoton_mom.M(),weight);
141  Wpt->Fill(dilepton_andphoton_mom.Pt(),weight);
142  WptLog->Fill(log10(dilepton_andphoton_mom.Pt()),weight);
143  Wrap->Fill(dilepton_andphoton_mom.Rapidity(),weight);
144 
145  TLorentzVector met_mom = HepMCValidationHelper::genMet(myGenEvent, -3., 3.);
146  TLorentzVector lep1T(lep1.Px(), lep1.Py(), 0., lep1.Et());
147  TLorentzVector lepmet_mom = lep1T + met_mom;
148  //Fill lepmet histograms
149  lepmet_mT->Fill(lepmet_mom.M(),weight);
150  lepmet_mTPeak->Fill(lepmet_mom.M(),weight);
151  lepmet_pt->Fill(lepmet_mom.Pt(),weight);
152  lepmet_ptLog->Fill(log10(lepmet_mom.Pt()),weight);
153 
154  //Fill lepton histograms
155  leppt->Fill(lep1.Pt(),weight);
156  lepeta->Fill(lep1.Eta(),weight);
157  met->Fill(met_mom.Pt(),weight);
158 
159  //boost everything in the W frame
160  TVector3 boost = dilepton_andphoton_mom.BoostVector();
161  boost*=-1.;
162  lep1.Boost(boost);
163  lep2.Boost(boost);
164  for (unsigned int ipho = 0; ipho < gammasMomenta.size(); ++ipho){
165  gammasMomenta[ipho].Boost(boost);
166  }
167  std::sort(gammasMomenta.begin(), gammasMomenta.end(), HepMCValidationHelper::GreaterByE<TLorentzVector>);
168 
169  //fill gamma histograms
170  if (gammasMomenta.size() != 0 && dilepton_andphoton_mom.M() > 50.) {
171  gamma_energy->Fill(gammasMomenta.front().E(),weight);
172  double dphi = lep1.DeltaR(gammasMomenta.front());
173  cos_theta_gamma_lepton->Fill(cos(dphi),weight);
174  }
175 
176 
177 }//analyze
MonitorElement * leppt
Definition: WValidation.h:54
void findFSRPhotons(const std::vector< const HepMC::GenParticle * > &leptons, const std::vector< const HepMC::GenParticle * > &all, double deltaR, std::vector< const HepMC::GenParticle * > &photons)
MonitorElement * Wrap
Definition: WValidation.h:52
MonitorElement * nEvt
Definition: WValidation.h:51
WeightManager wmanager_
Definition: WValidation.h:45
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:434
bool sortByPt(const HepMC::GenParticle *a, const HepMC::GenParticle *b)
MonitorElement * lepeta
Definition: WValidation.h:54
float float float z
MonitorElement * lepmet_mT
Definition: WValidation.h:53
void Fill(long long x)
MonitorElement * lepmet_pt
Definition: WValidation.h:53
edm::EDGetTokenT< edm::HepMCProduct > hepmcCollectionToken_
Definition: WValidation.h:62
ESProducts< T, S > products(const T &i1, const S &i2)
Definition: ESProducts.h:189
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
MonitorElement * gamma_energy
Definition: WValidation.h:55
MonitorElement * WptLog
Definition: WValidation.h:52
TLorentzVector genMet(const HepMC::GenEvent *all, double etamin=-9999., double etamax=9999.)
MonitorElement * lepmet_mTPeak
Definition: WValidation.h:53
MonitorElement * WmassPeak
Definition: WValidation.h:52
MonitorElement * met
Definition: WValidation.h:54
MonitorElement * Wpt
Definition: WValidation.h:52
MonitorElement * lepmet_ptLog
Definition: WValidation.h:53
Definition: DDAxes.h:10
int weight
Definition: histoStyle.py:50
MonitorElement * Wdaughters
Definition: WValidation.h:52
double weight(const edm::Event &)
MonitorElement * Wmass
Definition: WValidation.h:52
MonitorElement * cos_theta_gamma_lepton
Definition: WValidation.h:55
int _flavor
decay flavor
Definition: WValidation.h:58
void WValidation::bookHistograms ( DQMStore::IBooker i,
edm::Run const &  ,
edm::EventSetup const &   
)
overridevirtual

Setting the DQM top directories

Implements DQMEDAnalyzer.

Definition at line 30 of file WValidation.cc.

References _name, DQMStore::IBooker::book1D(), cos_theta_gamma_lepton, gamma_energy, lepeta, lepmet_mT, lepmet_mTPeak, lepmet_pt, lepmet_ptLog, leppt, met, nEvt, DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, Wdaughters, Wmass, WmassPeak, Wpt, WptLog, and Wrap.

30  {
32  std::string folderName = "Generator/W";
33  folderName+=_name;
34  i.setCurrentFolder(folderName.c_str());
35 
36  // Number of analyzed events
37  nEvt = i.book1D("nEvt", "n analyzed Events", 1, 0., 1.);
38 
39  //Kinematics
40  Wmass = i.book1D("Wmass","inv. Mass W", 70 ,0,140);
41  WmassPeak = i.book1D("WmassPeak","inv. Mass W", 80 ,80 ,100);
42  Wpt = i.book1D("Wpt","W pt",100,0,200);
43  WptLog = i.book1D("WptLog","log(W pt)",100,0.,5.);
44  Wrap = i.book1D("Wrap", "W y", 100, -5, 5);
45  Wdaughters = i.book1D("Wdaughters", "W daughters", 60, -30, 30);
46 
47  lepmet_mT = i.book1D("lepmet_mT","lepton-met transverse mass", 70 ,0,140);
48  lepmet_mTPeak = i.book1D("lepmet_mTPeak","lepton-met transverse mass", 80 ,80 ,100);
49  lepmet_pt = i.book1D("lepmet_pt","lepton-met",100,0,200);
50  lepmet_ptLog = i.book1D("lepmet_ptLog","log(lepton-met pt)",100,0.,5.);
51 
52  gamma_energy = i.book1D("gamma_energy", "photon energy in W rest frame", 200, 0., 100.);
53  cos_theta_gamma_lepton = i.book1D("cos_theta_gamma_lepton", "cos_theta_gamma_lepton in W rest frame", 200, -1, 1);
54 
55  leppt = i.book1D("leadpt","lepton pt", 200, 0., 200.);
56  met = i.book1D("met","met", 200, 0., 200.);
57  lepeta = i.book1D("leadeta","leading lepton eta", 100, -5., 5.);
58 
59  return;
60 }
MonitorElement * leppt
Definition: WValidation.h:54
MonitorElement * Wrap
Definition: WValidation.h:52
MonitorElement * nEvt
Definition: WValidation.h:51
std::string _name
decay flavor name
Definition: WValidation.h:60
MonitorElement * lepeta
Definition: WValidation.h:54
MonitorElement * lepmet_mT
Definition: WValidation.h:53
MonitorElement * lepmet_pt
Definition: WValidation.h:53
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:113
MonitorElement * gamma_energy
Definition: WValidation.h:55
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:274
MonitorElement * WptLog
Definition: WValidation.h:52
MonitorElement * lepmet_mTPeak
Definition: WValidation.h:53
MonitorElement * WmassPeak
Definition: WValidation.h:52
MonitorElement * met
Definition: WValidation.h:54
MonitorElement * Wpt
Definition: WValidation.h:52
MonitorElement * lepmet_ptLog
Definition: WValidation.h:53
MonitorElement * Wdaughters
Definition: WValidation.h:52
MonitorElement * Wmass
Definition: WValidation.h:52
MonitorElement * cos_theta_gamma_lepton
Definition: WValidation.h:55
void WValidation::dqmBeginRun ( const edm::Run r,
const edm::EventSetup c 
)
overridevirtual

Reimplemented from DQMEDAnalyzer.

Definition at line 62 of file WValidation.cc.

References fPDGTable, and edm::EventSetup::getData().

62  {
63  c.getData( fPDGTable );
64 }
void getData(T &iHolder) const
Definition: EventSetup.h:67
edm::ESHandle< HepPDT::ParticleDataTable > fPDGTable
PDT table.
Definition: WValidation.h:49

Member Data Documentation

int WValidation::_flavor
private

decay flavor

Definition at line 58 of file WValidation.h.

Referenced by analyze().

std::string WValidation::_name
private

decay flavor name

Definition at line 60 of file WValidation.h.

Referenced by bookHistograms().

MonitorElement * WValidation::cos_theta_gamma_lepton
private

Definition at line 55 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

edm::ESHandle<HepPDT::ParticleDataTable> WValidation::fPDGTable
private

PDT table.

Definition at line 49 of file WValidation.h.

Referenced by dqmBeginRun().

MonitorElement* WValidation::gamma_energy
private

Definition at line 55 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

edm::InputTag WValidation::hepmcCollection_
private

Definition at line 46 of file WValidation.h.

Referenced by WValidation().

edm::EDGetTokenT<edm::HepMCProduct> WValidation::hepmcCollectionToken_
private

Definition at line 62 of file WValidation.h.

Referenced by analyze(), and WValidation().

MonitorElement * WValidation::lepeta
private

Definition at line 54 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* WValidation::lepmet_mT
private

Definition at line 53 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::lepmet_mTPeak
private

Definition at line 53 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::lepmet_pt
private

Definition at line 53 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::lepmet_ptLog
private

Definition at line 53 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::lepmet_rap
private

Definition at line 53 of file WValidation.h.

MonitorElement* WValidation::leppt
private

Definition at line 54 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::met
private

Definition at line 54 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* WValidation::nEvt
private

Definition at line 51 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::Wdaughters
private

Definition at line 52 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

WeightManager WValidation::wmanager_
private

Definition at line 45 of file WValidation.h.

Referenced by analyze().

MonitorElement* WValidation::Wmass
private

Definition at line 52 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::WmassPeak
private

Definition at line 52 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::Wpt
private

Definition at line 52 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::WptLog
private

Definition at line 52 of file WValidation.h.

Referenced by analyze(), and bookHistograms().

MonitorElement * WValidation::Wrap
private

Definition at line 52 of file WValidation.h.

Referenced by analyze(), and bookHistograms().