CMS 3D CMS Logo

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

#include <DTLocalTriggerSynchTest.h>

Inheritance diagram for DTLocalTriggerSynchTest:
DTLocalTriggerBaseTest edm::EDAnalyzer

Public Member Functions

 DTLocalTriggerSynchTest (const edm::ParameterSet &ps)
 Constructor. More...
 
virtual ~DTLocalTriggerSynchTest ()
 Destructor. More...
 
- Public Member Functions inherited from DTLocalTriggerBaseTest
 DTLocalTriggerBaseTest ()
 Constructor. More...
 
virtual ~DTLocalTriggerBaseTest ()
 Destructor. More...
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 

Protected Member Functions

void beginJob ()
 Begin Job. More...
 
void beginRun (const edm::Run &run, const edm::EventSetup &c)
 begin Run More...
 
void bookChambHistos (DTChamberId chambId, std::string htype, std::string subfolder="")
 Book the new MEs (for each chamber) More...
 
void endJob ()
 End Job. More...
 
float getFloatFromME (DTChamberId chId, std::string meType)
 Get float MEs. More...
 
void makeRatioME (TH1F *numerator, TH1F *denominator, MonitorElement *result)
 Compute efficiency plots. More...
 
void runClientDiagnostic ()
 DQM Client Diagnostic. More...
 
- Protected Member Functions inherited from DTLocalTriggerBaseTest
void analyze (const edm::Event &e, const edm::EventSetup &c)
 Analyze. More...
 
void beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context)
 Perform begin lumiblock operations. More...
 
void bookCmsHistos (std::string hTag, std::string folder="", bool isGlb=false)
 Book the new MEs (CMS summary) More...
 
void bookSectorHistos (int wheel, int sector, std::string hTag, std::string folder="")
 Book the new MEs (for each sector) More...
 
void bookWheelHistos (int wheel, std::string hTag, std::string folder="")
 Book the new MEs (for each wheel) More...
 
std::string category ()
 Get message logger name. More...
 
void endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context)
 Perform client diagnostic in online. More...
 
void endRun (edm::Run const &run, edm::EventSetup const &context)
 Perform client diagnostic in offline. More...
 
std::string fullName (std::string htype)
 Create fullname from histo partial name. More...
 
template<class T >
TgetHisto (MonitorElement *me)
 Convert ME to Histogram fo type T. More...
 
std::string getMEName (std::string histoTag, std::string subfolder, const DTChamberId &chambid)
 Get the ME name (by chamber) More...
 
std::string getMEName (std::string histoTag, std::string subfolder, int wh)
 Get the ME name (by wheel) More...
 
std::pair< float, float > phiRange (const DTChamberId &id)
 Calculate phi range for histograms. More...
 
void setConfig (const edm::ParameterSet &ps, std::string name)
 Set configuration variables. More...
 
std::string & topFolder (bool isDCC)
 Get top folder name. More...
 
- Protected Member Functions inherited from edm::EDAnalyzer
CurrentProcessingContext const * currentContext () const
 

Private Attributes

double bxTime
 
std::map< uint32_t, std::map
< std::string, MonitorElement * > > 
chambME
 
std::string denHistoTag
 
int minEntries
 
int nBXHigh
 
int nBXLow
 
std::string numHistoTag
 
bool rangeInBX
 
std::string ratioHistoTag
 
DTTPGParameters wPhaseMap
 
bool writeDB
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Attributes inherited from DTLocalTriggerBaseTest
std::string baseFolderDCC
 
std::string baseFolderDDU
 
std::map< std::string,
MonitorElement * > 
cmsME
 
DQMStoredbe
 
std::string hwSource
 
std::vector< std::string > hwSources
 
edm::ESHandle< DTGeometrymuonGeom
 
int nevents
 
unsigned int nLumiSegs
 
edm::ParameterSet parameters
 
int prescaleFactor
 
int run
 
bool runOnline
 
std::map< int, std::map
< std::string, MonitorElement * > > 
secME
 
std::string sourceFolder
 
std::string testName
 
std::string trigSource
 
std::vector< std::string > trigSources
 
std::map< int, std::map
< std::string, MonitorElement * > > 
whME
 

Detailed Description

Definition at line 21 of file DTLocalTriggerSynchTest.h.

Constructor & Destructor Documentation

DTLocalTriggerSynchTest::DTLocalTriggerSynchTest ( const edm::ParameterSet ps)

Constructor.

Definition at line 44 of file DTLocalTriggerSynchTest.cc.

44  {
45 
46  setConfig(ps,"DTLocalTriggerSynch");
47  baseFolderDCC = "DT/90-LocalTriggerSynch/";
48  baseFolderDDU = "DT/90-LocalTriggerSynch/";
49 
50 }
void setConfig(const edm::ParameterSet &ps, std::string name)
Set configuration variables.
DTLocalTriggerSynchTest::~DTLocalTriggerSynchTest ( )
virtual

Destructor.

Definition at line 53 of file DTLocalTriggerSynchTest.cc.

53  {
54 
55 }

Member Function Documentation

void DTLocalTriggerSynchTest::beginJob ( void  )
protectedvirtual

Begin Job.

Reimplemented from DTLocalTriggerBaseTest.

Definition at line 58 of file DTLocalTriggerSynchTest.cc.

References Parameters::parameters.

58  {
59 
60  numHistoTag = parameters.getParameter<string>("numHistoTag");
61  denHistoTag = parameters.getParameter<string>("denHistoTag");
62  ratioHistoTag = parameters.getParameter<string>("ratioHistoTag");
63  bxTime = parameters.getParameter<double>("bxTimeInterval");
64  rangeInBX = parameters.getParameter<bool>("rangeWithinBX");
65  nBXLow = parameters.getParameter<int>("nBXLow");
66  nBXHigh = parameters.getParameter<int>("nBXHigh");
67  minEntries = parameters.getParameter<int>("minEntries");
68 
69 }
T getParameter(std::string const &) const
void DTLocalTriggerSynchTest::beginRun ( const edm::Run run,
const edm::EventSetup c 
)
protectedvirtual

begin Run

Reimplemented from DTLocalTriggerBaseTest.

Definition at line 71 of file DTLocalTriggerSynchTest.cc.

References DTLocalTriggerBaseTest::beginRun(), python.rootplot.argparse::category, edm::EventSetup::get(), and Parameters::parameters.

71  {
72 
74 
75  vector<string>::const_iterator iTr = trigSources.begin();
76  vector<string>::const_iterator trEnd = trigSources.end();
77  vector<string>::const_iterator iHw = hwSources.begin();
78  vector<string>::const_iterator hwEnd = hwSources.end();
79 
80  //Booking
81  if(parameters.getUntrackedParameter<bool>("staticBooking", true)){
82  for (; iTr != trEnd; ++iTr){
83  trigSource = (*iTr);
84  for (; iHw != hwEnd; ++iHw){
85  hwSource = (*iHw);
86  std::vector<DTChamber*>::const_iterator chambIt = muonGeom->chambers().begin();
87  std::vector<DTChamber*>::const_iterator chambEnd = muonGeom->chambers().end();
88  for (; chambIt!=chambEnd; ++chambIt) {
89  DTChamberId chId = ((*chambIt)->id());
91  }
92  }
93  }
94  }
95 
96  LogVerbatim(category()) << "[" << testName << "Test]: beginRun" << endl;
97 
98  if (parameters.getParameter<bool>("fineParamDiff")) {
99  ESHandle<DTTPGParameters> wPhaseHandle;
100  c.get<DTTPGParametersRcd>().get(wPhaseHandle);
101  wPhaseMap = (*wPhaseHandle);
102  }
103 
104 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
std::vector< std::string > trigSources
void beginRun(edm::Run const &run, edm::EventSetup const &context)
BeginRun.
edm::ESHandle< DTGeometry > muonGeom
std::string category()
Get message logger name.
const T & get() const
Definition: EventSetup.h:55
std::vector< std::string > hwSources
void bookChambHistos(DTChamberId chambId, std::string htype, std::string subfolder="")
Book the new MEs (for each chamber)
void DTLocalTriggerSynchTest::bookChambHistos ( DTChamberId  chambId,
std::string  htype,
std::string  subfolder = "" 
)
protected

Book the new MEs (for each chamber)

Definition at line 250 of file DTLocalTriggerSynchTest.cc.

References python.rootplot.argparse::category, newFWLiteAna::fullName, edm::max(), edm::min(), pileupCalc::nbins, DetId::rawId(), DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, and DTChamberId::wheel().

250  {
251 
252  stringstream wheel; wheel << chambId.wheel();
253  stringstream station; station << chambId.station();
254  stringstream sector; sector << chambId.sector();
255 
256  string fullType = fullName(htype);
257  bool isDCC = hwSource=="DCC" ;
258  string HistoName = fullType + "_W" + wheel.str() + "_Sec" + sector.str() + "_St" + station.str();
259 
260  string folder = topFolder(isDCC) + "Wheel" + wheel.str() + "/Sector" + sector.str() + "/Station" + station.str();
261  if ( subfolder!="") { folder += "7" + subfolder; }
262 
263  dbe->setCurrentFolder(folder);
264 
265  LogPrint(category()) << "[" << testName << "Test]: booking " << folder << "/" <<HistoName;
266 
267 
268  uint32_t indexChId = chambId.rawId();
269  float min = rangeInBX ? 0 : nBXLow*bxTime;
270  float max = rangeInBX ? bxTime : nBXHigh*bxTime;
271  int nbins = static_cast<int>(ceil( rangeInBX ? bxTime : (nBXHigh-nBXLow)*bxTime));
272 
273  chambME[indexChId][fullType] = dbe->book1D(HistoName.c_str(),"All/HH ratio vs Muon Arrival Time",nbins,min,max);
274 
275 }
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
Definition: DQMStore.cc:717
#define min(a, b)
Definition: mlp_lapack.h:161
uint32_t rawId() const
get the raw id
Definition: DetId.h:45
const T & max(const T &a, const T &b)
std::string category()
Get message logger name.
std::string HistoName
int sector() const
Definition: DTChamberId.h:63
std::map< uint32_t, std::map< std::string, MonitorElement * > > chambME
std::string & topFolder(bool isDCC)
Get top folder name.
int station() const
Return the station number.
Definition: DTChamberId.h:53
int wheel() const
Return the wheel number.
Definition: DTChamberId.h:47
std::string fullName(std::string htype)
Create fullname from histo partial name.
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:429
void DTLocalTriggerSynchTest::endJob ( void  )
protectedvirtual

End Job.

Reimplemented from DTLocalTriggerBaseTest.

Definition at line 155 of file DTLocalTriggerSynchTest.cc.

References DTTPGParameters::begin(), python.rootplot.argparse::category, DTTPGParameters::end(), DTLocalTriggerBaseTest::endJob(), DTTimeUnits::ns, Parameters::parameters, DTTPGParameters::set(), and DTCalibDBUtils::writeToDB().

155  {
156 
158 
159  if ( parameters.getParameter<bool>("writeDB")) {
160  LogVerbatim(category()) << "[" << testName
161  << "Test]: writeDB flag set to true. Producing peak position database." << endl;
162 
163  DTTPGParameters* delayMap = new DTTPGParameters();
164  hwSource = parameters.getParameter<bool>("dbFromDCC") ? "DCC" : "DDU";
165  std::vector<DTChamber*>::const_iterator chambIt = muonGeom->chambers().begin();
166  std::vector<DTChamber*>::const_iterator chambEnd = muonGeom->chambers().end();
167  for (; chambIt!=chambEnd; ++chambIt) {
168 
169  DTChamberId chId = (*chambIt)->id();
170  float fineDelay = 0;
171  int coarseDelay = static_cast<int>((getFloatFromME(chId,"tTrig_SL1") + getFloatFromME(chId,"tTrig_SL3"))*0.5/bxTime);
172 
173  bool fineDiff = parameters.getParameter<bool>("fineParamDiff");
174  bool coarseDiff = parameters.getParameter<bool>("coarseParamDiff");
175 
176 
177  TH1F *ratioH = getHisto<TH1F>(dbe->get(getMEName(ratioHistoTag,"", chId)));
178  if (ratioH->GetEntries()>minEntries) {
179  TF1 *fitF=ratioH->GetFunction("pol8");
180  if (fitF) { fineDelay=fitF->GetMaximumX(0,bxTime); }
181  } else {
182  LogInfo(category()) << "[" << testName
183  << "Test]: Ratio histogram for chamber " << chId
184  << " is empty. Worst Phase value set to 0." << endl;
185  }
186 
187  if (fineDiff || coarseDiff) {
188  float wFine;
189  int wCoarse;
190  wPhaseMap.get(chId,wCoarse,wFine,DTTimeUnits::ns);
191  if (fineDiff) { fineDelay = wFine - fineDelay; }
192  if (coarseDiff) { coarseDelay = wCoarse - coarseDelay; }
193  }
194  delayMap->set(chId,coarseDelay,fineDelay,DTTimeUnits::ns);
195  }
196 
197  std::vector< std::pair<DTTPGParametersId,DTTPGParametersData> >::const_iterator dbIt = delayMap->begin();
198  std::vector< std::pair<DTTPGParametersId,DTTPGParametersData> >::const_iterator dbEnd = delayMap->end();
199  for (; dbIt!=dbEnd; ++dbIt) {
200  LogVerbatim(category()) << "[" << testName << "Test]: DB entry for Wh " << (*dbIt).first.wheelId
201  << " Sec " << (*dbIt).first.sectorId
202  << " St " << (*dbIt).first.stationId
203  << " has coarse " << (*dbIt).second.nClock
204  << " and phase " << (*dbIt).second.tPhase << std::endl;
205  }
206 
207  string delayRecord = "DTTPGParametersRcd";
208  DTCalibDBUtils::writeToDB(delayRecord,delayMap);
209 
210  }
211 
212 }
T getParameter(std::string const &) const
const_iterator begin() const
int set(int wheelId, int stationId, int sectorId, int nc, float ph, DTTimeUnits::type unit)
float getFloatFromME(DTChamberId chId, std::string meType)
Get float MEs.
edm::ESHandle< DTGeometry > muonGeom
MonitorElement * get(const std::string &path) const
get ME from full pathname (e.g. &quot;my/long/dir/my_histo&quot;)
Definition: DQMStore.cc:1468
const_iterator end() const
std::string category()
Get message logger name.
std::string getMEName(std::string histoTag, std::string subfolder, const DTChamberId &chambid)
Get the ME name (by chamber)
int get(int wheelId, int stationId, int sectorId, int &nc, float &ph, DTTimeUnits::type unit) const
get content
static void writeToDB(std::string record, T *payload)
float DTLocalTriggerSynchTest::getFloatFromME ( DTChamberId  chId,
std::string  meType 
)
protected

Get float MEs.

Definition at line 223 of file DTLocalTriggerSynchTest.cc.

References python.rootplot.argparse::category, MonitorElement::getFloatValue(), DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, and DTChamberId::wheel().

223  {
224 
225  stringstream wheel; wheel << chId.wheel();
226  stringstream station; station << chId.station();
227  stringstream sector; sector << chId.sector();
228 
229  string folderName = topFolder(hwSource=="DCC") + "Wheel" + wheel.str() +
230  "/Sector" + sector.str() + "/Station" + station.str() + "/" ;
231 
232  string histoname = sourceFolder + folderName
233  + meType
234  + "_W" + wheel.str()
235  + "_Sec" + sector.str()
236  + "_St" + station.str();
237 
238  MonitorElement* me = dbe->get(histoname);
239  if (me) {
240  return me->getFloatValue();
241  }
242  else {
243  LogProblem(category()) << "[" << testName << "Test]: " << histoname << " is not a valid ME. 0 returned" << std::endl;
244  }
245 
246  return 0;
247 
248  }
double getFloatValue(void) const
MonitorElement * get(const std::string &path) const
get ME from full pathname (e.g. &quot;my/long/dir/my_histo&quot;)
Definition: DQMStore.cc:1468
std::string category()
Get message logger name.
int sector() const
Definition: DTChamberId.h:63
std::string & topFolder(bool isDCC)
Get top folder name.
int station() const
Return the station number.
Definition: DTChamberId.h:53
int wheel() const
Return the wheel number.
Definition: DTChamberId.h:47
void DTLocalTriggerSynchTest::makeRatioME ( TH1F *  numerator,
TH1F *  denominator,
MonitorElement result 
)
protected

Compute efficiency plots.

Definition at line 216 of file DTLocalTriggerSynchTest.cc.

References postValidation_cfi::efficiency, and MonitorElement::getTH1F().

216  {
217 
218  TH1F* efficiency = result->getTH1F();
219  efficiency->Divide(numerator,denominator,1,1,"");
220 
221 }
TH1F * getTH1F(void) const
void DTLocalTriggerSynchTest::runClientDiagnostic ( )
protectedvirtual

DQM Client Diagnostic.

Implements DTLocalTriggerBaseTest.

Definition at line 108 of file DTLocalTriggerSynchTest.cc.

References python.rootplot.argparse::category, newFWLiteAna::fullName, MonitorElement::getName(), and DetId::rawId().

108  {
109 
110  // Loop over Trig & Hw sources
111  for (vector<string>::const_iterator iTr = trigSources.begin(); iTr != trigSources.end(); ++iTr){
112  trigSource = (*iTr);
113  for (vector<string>::const_iterator iHw = hwSources.begin(); iHw != hwSources.end(); ++iHw){
114  hwSource = (*iHw);
115  std::vector<DTChamber*>::const_iterator chambIt = muonGeom->chambers().begin();
116  std::vector<DTChamber*>::const_iterator chambEnd = muonGeom->chambers().end();
117  for (; chambIt!=chambEnd; ++chambIt) {
118  DTChamberId chId = (*chambIt)->id();
119  uint32_t indexCh = chId.rawId();
120 
121  // Perform peak finding
122  TH1F *numH = getHisto<TH1F>(dbe->get(getMEName(numHistoTag,"", chId)));
123  TH1F *denH = getHisto<TH1F>(dbe->get(getMEName(denHistoTag,"", chId)));
124 
125  if (numH && denH && numH->GetEntries()>minEntries && denH->GetEntries()>minEntries) {
126  std::map<std::string,MonitorElement*> innerME = chambME[indexCh];
127  MonitorElement* ratioH = innerME.find(fullName(ratioHistoTag))->second;
128  makeRatioME(numH,denH,ratioH);
129  try {
130  getHisto<TH1F>(ratioH)->Fit("pol8","CQO");
131  } catch (...) {
132  edm::LogPrint(category()) << "[" << testName
133  << "Test]: Error fitting "
134  << ratioH->getName() << " returned 0" << endl;
135  }
136  } else {
137  if (!numH || !denH) {
138  LogPrint(category()) << "[" << testName
139  << "Test]: At least one of the required Histograms was not found for chamber "
140  << chId << ". Peaks not computed" << endl;
141  } else {
142  LogPrint(category()) << "[" << testName
143  << "Test]: Number of plots entries for "
144  << chId << " is less than minEntries="
145  << minEntries <<". Peaks not computed" << endl;
146  }
147  }
148 
149  }
150  }
151  }
152 
153 }
const std::string & getName(void) const
get name of ME
std::vector< std::string > trigSources
edm::ESHandle< DTGeometry > muonGeom
uint32_t rawId() const
get the raw id
Definition: DetId.h:45
Definition: Fit.h:34
MonitorElement * get(const std::string &path) const
get ME from full pathname (e.g. &quot;my/long/dir/my_histo&quot;)
Definition: DQMStore.cc:1468
std::string category()
Get message logger name.
void makeRatioME(TH1F *numerator, TH1F *denominator, MonitorElement *result)
Compute efficiency plots.
std::string getMEName(std::string histoTag, std::string subfolder, const DTChamberId &chambid)
Get the ME name (by chamber)
std::map< uint32_t, std::map< std::string, MonitorElement * > > chambME
std::vector< std::string > hwSources
std::string fullName(std::string htype)
Create fullname from histo partial name.

Member Data Documentation

double DTLocalTriggerSynchTest::bxTime
private

Definition at line 60 of file DTLocalTriggerSynchTest.h.

std::map<uint32_t,std::map<std::string,MonitorElement*> > DTLocalTriggerSynchTest::chambME
private

Definition at line 56 of file DTLocalTriggerSynchTest.h.

std::string DTLocalTriggerSynchTest::denHistoTag
private

Definition at line 58 of file DTLocalTriggerSynchTest.h.

int DTLocalTriggerSynchTest::minEntries
private

Definition at line 64 of file DTLocalTriggerSynchTest.h.

int DTLocalTriggerSynchTest::nBXHigh
private

Definition at line 63 of file DTLocalTriggerSynchTest.h.

int DTLocalTriggerSynchTest::nBXLow
private

Definition at line 62 of file DTLocalTriggerSynchTest.h.

std::string DTLocalTriggerSynchTest::numHistoTag
private

Definition at line 57 of file DTLocalTriggerSynchTest.h.

bool DTLocalTriggerSynchTest::rangeInBX
private

Definition at line 61 of file DTLocalTriggerSynchTest.h.

std::string DTLocalTriggerSynchTest::ratioHistoTag
private

Definition at line 59 of file DTLocalTriggerSynchTest.h.

DTTPGParameters DTLocalTriggerSynchTest::wPhaseMap
private

Definition at line 66 of file DTLocalTriggerSynchTest.h.

bool DTLocalTriggerSynchTest::writeDB
private

Definition at line 65 of file DTLocalTriggerSynchTest.h.