37 isLocalRun(ps.getUntrackedParameter<bool>(
"localrun",
true))
44 LogTrace(
"DTDQM|DTMonitorModule|DTLocalTriggerTask") <<
"[DTLocalTriggerTask]: Constructor"<<endl;
49 tm_Token_ = consumes<L1MuDTChambPhContainer>(
56 ros_Token_ = consumes<DTLocalTriggerCollection>(
58 seg_Token_ = consumes<DTRecSegment4DCollection>(
77 LogTrace(
"DTDQM|DTMonitorModule|DTLocalTriggerTask") <<
"[DTLocalTriggerTask]: analyzed " <<
nevents <<
" events" << endl;
92 LogTrace(
"DTDQM|DTMonitorModule|DTLocalTriggerTask") <<
"[DTLocalTriggerTask]: bookHistograms" << endl;
96 vector<string> trigSources;
98 trigSources.push_back(
"");
101 trigSources.push_back(
"_DTonly");
102 trigSources.push_back(
"_NoDT");
103 trigSources.push_back(
"_DTalso");
105 vector<string>::const_iterator trigSrcIt = trigSources.begin();
106 vector<string>::const_iterator trigSrcEnd = trigSources.end();
113 for (
int stat=1;stat<5;++stat){
114 for (
int wh=-2;wh<3;++wh){
115 for (
int sect=1;sect<13;++sect){
119 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"TM_BXvsQual"+(*trigSrcIt));
120 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"TM_QualvsPhirad"+(*trigSrcIt));
124 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"DDU_BXvsQual"+(*trigSrcIt));
132 for (;trigSrcIt!=trigSrcEnd;++trigSrcIt){
133 for (
int wh=-2;wh<3;++wh){
138 for (
int sect=1;sect<13;++sect){
139 for (
int stat=1;stat<5;++stat){
143 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"TM_BXvsQual"+(*trigSrcIt));
145 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"TM_QualvsPhirad"+(*trigSrcIt));
146 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"TM_QualvsPhibend"+(*trigSrcIt));
148 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"TM_Flag1stvsQual"+(*trigSrcIt));
149 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"TM_BestQual"+(*trigSrcIt));
151 bookHistos(ibooker, dtChId,
"LocalTriggerTheta",
"TM_PositionvsBX"+(*trigSrcIt));
152 bookHistos(ibooker, dtChId,
"LocalTriggerTheta",
"TM_QualityvsBX"+(*trigSrcIt));
154 bookHistos(ibooker, dtChId,
"LocalTriggerTheta",
"TM_PositionvsQual"+(*trigSrcIt));
156 bookHistos(ibooker, dtChId,
"LocalTriggerTheta",
"TM_ThetaBXvsQual"+(*trigSrcIt));
157 bookHistos(ibooker, dtChId,
"LocalTriggerTheta",
"TM_ThetaBestQual"+(*trigSrcIt));
161 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhitkvsPhitrig"+(*trigSrcIt));
162 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhibtkvsPhibtrig"+(*trigSrcIt));
163 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhiResidual"+(*trigSrcIt));
164 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhiResidualvsLUTPhi"+(*trigSrcIt));
165 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhibResidual"+(*trigSrcIt));
166 bookHistos(ibooker, dtChId,
"Segment",
"TM_HitstkvsQualtrig"+(*trigSrcIt));
167 bookHistos(ibooker, dtChId,
"Segment",
"TM_TrackPosvsAngle"+(*trigSrcIt));
168 bookHistos(ibooker, dtChId,
"Segment",
"TM_TrackPosvsAngleandTrig"+(*trigSrcIt));
169 bookHistos(ibooker, dtChId,
"Segment",
"TM_TrackPosvsAngleandTrigHHHL"+(*trigSrcIt));
171 bookHistos(ibooker, dtChId,
"Segment",
"TM_TrackThetaPosvsAngle"+(*trigSrcIt));
172 bookHistos(ibooker, dtChId,
"Segment",
"TM_TrackThetaPosvsAngleandTrig"+(*trigSrcIt));
173 bookHistos(ibooker, dtChId,
"Segment",
"TM_TrackThetaPosvsAngleandTrigH"+(*trigSrcIt));
181 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"DDU_BXvsQual"+(*trigSrcIt));
182 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"DDU_Flag1stvsQual"+(*trigSrcIt));
183 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"DDU_BestQual"+(*trigSrcIt));
185 bookHistos(ibooker, dtChId,
"LocalTriggerTheta",
"DDU_ThetaBXvsQual"+(*trigSrcIt));
186 bookHistos(ibooker, dtChId,
"LocalTriggerTheta",
"DDU_ThetaBestQual"+(*trigSrcIt));
190 bookHistos(ibooker, dtChId,
"Segment",
"DDU_HitstkvsQualtrig"+(*trigSrcIt));
191 bookHistos(ibooker, dtChId,
"Segment",
"DDU_TrackPosvsAngle"+(*trigSrcIt));
192 bookHistos(ibooker, dtChId,
"Segment",
"DDU_TrackPosvsAngleandTrig"+(*trigSrcIt));
193 bookHistos(ibooker, dtChId,
"Segment",
"DDU_TrackPosvsAngleandTrigHHHL"+(*trigSrcIt));
195 bookHistos(ibooker, dtChId,
"Segment",
"DDU_TrackThetaPosvsAngle"+(*trigSrcIt));
196 bookHistos(ibooker, dtChId,
"Segment",
"DDU_TrackThetaPosvsAngleandTrig"+(*trigSrcIt));
197 bookHistos(ibooker, dtChId,
"Segment",
"DDU_TrackThetaPosvsAngleandTrigH"+(*trigSrcIt));
205 bookHistos(ibooker, dtChId,
"LocalTriggerPhiIn",
"COM_QualDDUvsQualTM"+(*trigSrcIt));
210 for (
int sect=13;sect<15;++sect){
214 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhitkvsPhitrig"+(*trigSrcIt));
215 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhibtkvsPhibtrig"+(*trigSrcIt));
216 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhiResidual"+(*trigSrcIt));
217 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhiResidualvsLUTPhi"+(*trigSrcIt));
218 bookHistos(ibooker, dtChId,
"Segment",
"TM_PhibResidual"+(*trigSrcIt));
233 LogTrace(
"DTDQM|DTMonitorModule|DTLocalTriggerTask") <<
"[DTLocalTriggerTask]: Begin of LS transition" << endl;
236 for(map<uint32_t, map<string, MonitorElement*> > ::const_iterator
histo =
digiHistos.begin();
239 for(map<string, MonitorElement*> ::const_iterator ht = (*histo).second.begin();
240 ht != (*histo).second.end();
242 (*ht).second->Reset();
277 vector<L1MuDTChambPhDigi>
const* l1PhTrig = l1DTTPGPh->getContainer();
282 vector<L1MuDTChambThDigi>
const* l1ThTrig = l1DTTPGTh->getContainer();
308 bool isTM = histoTag.substr(0,2) ==
"TM";
310 if (histoTag ==
"TM_ErrorsChamberID") {
323 stringstream wheel; wheel << wh;
325 stringstream sector; sector << sc;
331 string histoType = histoTag.substr(3,histoTag.find(
"_",3)-3);
332 bool isTM = histoTag.substr(0,2) ==
"TM";
335 "/Sector" + sector.str() +
336 "/Station" + station.str() +
"/" +
folder);
338 string histoName = histoTag +
"_W" + wheel.str() +
"_Sec" + sector.str() +
"_St" + station.str();
340 LogTrace(
"DTDQM|DTMonitorModule|DTLocalTriggerTask") <<
"[DTLocalTriggerTask]: booking " <<
topFolder(isTM) <<
"Wheel" << wheel.str()
341 <<
"/Sector" << sector.str()
342 <<
"/Station"<< station.str() <<
"/" << folder <<
"/" << histoName << endl;
344 if (histoType.find(
"BX") != string::npos){
345 if (histoTag.substr(0,2) ==
"TM"){
353 rangeBX = (int)(maxBX-minBX);
356 if ( folder ==
"LocalTriggerPhiIn") {
358 if( histoType ==
"BXvsQual" ){
360 ibooker.
book2D(histoName,
"BX vs trigger quality",7,-0.5,6.5,rangeBX,minBX,maxBX);
364 if( histoType ==
"BestQual" ){
366 ibooker.
book1D(histoName,
"Trigger quality of best primitives",7,-0.5,6.5);
370 if( histoType ==
"QualvsPhirad" ){
372 ibooker.
book2D(histoName,
"Trigger quality vs local position",100,-500.,500.,7,-0.5,6.5);
376 if( histoType ==
"QualvsPhibend" ) {
378 ibooker.
book2D(histoName,
"Trigger quality vs local direction",200,-40.,40.,7,-0.5,6.5);
382 if( histoType ==
"Flag1stvsQual" ) {
384 ibooker.
book2D(histoName,
"1st/2nd trig flag vs quality",7,-0.5,6.5,2,-0.5,1.5);
388 if( histoType ==
"QualDDUvsQualTM" ){
390 ibooker.
book2D(histoName,
"DDU quality vs TM quality",8,-1.5,6.5,8,-1.5,6.5);
397 else if ( folder ==
"LocalTriggerTheta") {
399 if( histoType ==
"PositionvsBX" ) {
401 ibooker.
book2D(histoName,
"Theta trigger position vs BX",rangeBX,minBX,maxBX,7,-0.5,6.5);
404 if( histoType ==
"PositionvsQual" ) {
406 ibooker.
book2D(histoName,
"Theta trigger position vs quality",2,0.5,2.5,7,-0.5,6.5);
410 if( histoType ==
"ThetaBXvsQual" ) {
412 ibooker.
book2D(histoName,
"BX vs trigger quality",2,0.5,2.5,rangeBX,minBX,maxBX);
415 if( histoType ==
"ThetaBestQual" ){
417 ibooker.
book1D(histoName,
"Trigger quality of best primitives (theta)",2,0.5,2.5);
423 else if ( folder ==
"Segment") {
425 if( histoType.find(
"TrackThetaPosvsAngle" ) == 0 ) {
427 string histoLabel =
"Position vs Angle (theta)";
428 if (histoType.find(
"andTrigH") != string::npos) histoLabel +=
" for H triggers";
429 else if (histoType.find(
"andTrig") != string::npos) histoLabel +=
" for triggers";
435 ibooker.
book2D(histoName,histoLabel,16,-40.,40.,nbins,min,max);
438 if( histoType.find(
"TrackPosvsAngle") == 0 ){
444 string histoLabel =
"Position vs Angle (phi)";
445 if (histoType.find(
"andTrigHHHL") != string::npos) histoLabel +=
" for HH/HL triggers";
446 else if (histoType.find(
"andTrig") != string::npos) histoLabel +=
" for triggers";
449 ibooker.
book2D(histoName,histoLabel,16,-40.,40.,nbins,min,max);
452 if( histoType ==
"PhitkvsPhitrig" ){
454 ibooker.
book2D(histoName,
"Local position: segment vs trigger",100,-500.,500.,100,-500.,500.);
457 if( histoType ==
"PhibtkvsPhibtrig" ){
459 ibooker.
book2D(histoName,
"Local direction : segment vs trigger",200,-40.,40.,200,-40.,40.);
462 if( histoType ==
"PhiResidual" ){
464 ibooker.
book1D(histoName,
"Trigger local position - Segment local position (correlated triggers)",400,-10.,10.);
467 if( histoType ==
"PhibResidual" ){
469 ibooker.
book1D(histoName,
"Trigger local direction - Segment local direction (correlated triggers)",500,-10.,10.);
472 if( histoType ==
"HitstkvsQualtrig" ){
474 ibooker.
book2D(histoName,
"Segment hits (phi) vs trigger quality",7,-0.5,6.5,10,0.5,10.5);
485 stringstream wheel; wheel << wh;
487 string histoType = histoTag.substr(3,histoTag.find(
"_",3)-3);
488 bool isTM = histoTag.substr(0,2) ==
"TM";
492 string histoName = histoTag +
"_W" + wheel.str();
494 LogTrace(
"DTDQM|DTMonitorModule|DTLocalTriggerTask") <<
"[DTLocalTriggerTask]: booking " <<
topFolder(isTM)
495 <<
"Wheel" << wheel.str() <<
"/" << histoName << endl;
497 if( histoType.find(
"BXDiff") != string::npos ){
508 std::vector<L1MuDTChambThDigi>
const* thTrigs ) {
518 for (
int i=0;
i<5;++
i){
519 for (
int j=0;
j<6;++
j){
520 for (
int k=0;
k<13;++
k){
527 vector<L1MuDTChambPhDigi>::const_iterator iph = phTrigs->begin();
528 vector<L1MuDTChambPhDigi>::const_iterator iphe = phTrigs->end();
529 for(; iph !=iphe ; ++iph) {
531 int phwheel = iph->whNum();
532 int phsec = iph->scNum() + 1;
533 int phst = iph->stNum();
534 int phbx = iph->bxNum();
535 int phcode = iph->code();
536 int phi1st = iph->Ts2Tag();
544 if(phcode>
phcode_best[phwheel+3][phst][phsec] && phcode<7) {
546 iphbest[phwheel+3][phst][phsec] = &(*iph);
553 uint32_t indexCh = dtChId.
rawId();
555 map<string, MonitorElement*> &innerME =
digiHistos[indexCh];
558 innerME.find(
"TM_BXvsQual"+
trigsrc)->second->Fill(phcode,phbx-phi1st);
559 innerME.find(
"TM_QualvsPhirad"+
trigsrc)->second->Fill(x,phcode);
562 innerME.find(
"TM_BXvsQual"+
trigsrc)->second->Fill(phcode,phbx-phi1st);
563 innerME.find(
"TM_Flag1stvsQual"+
trigsrc)->second->Fill(phcode,phi1st);
565 innerME.find(
"TM_QualvsPhirad"+
trigsrc)->second->Fill(x,phcode);
566 innerME.find(
"TM_QualvsPhibend"+
trigsrc)->second->Fill(angle,phcode);
574 vector<L1MuDTChambThDigi>::const_iterator ith = thTrigs->begin();
575 vector<L1MuDTChambThDigi>::const_iterator ithe = thTrigs->end();
576 for(; ith != ithe; ++ith) {
577 int thwheel = ith->whNum();
578 int thsec = ith->scNum() + 1;
579 int thst = ith->stNum();
580 int thbx = ith->bxNum();
582 for (
int pos=0; pos<7; pos++) {
583 thcode[pos] = ith->code(pos);
585 if(thcode[pos]>
thcode_best[thwheel+3][thst][thsec] ) {
587 ithbest[thwheel+3][thst][thsec] = &(*ith);
592 uint32_t indexCh = dtChId.
rawId();
594 map<string, MonitorElement*> &innerME =
digiHistos[indexCh];
596 for (
int pos=0; pos<7; pos++) {
598 innerME.find(
"TM_PositionvsBX"+
trigsrc)->second->Fill(thbx,pos);
599 innerME.find(
"TM_PositionvsQual"+
trigsrc)->second->Fill(thcode[pos],pos);
600 innerME.find(
"TM_ThetaBXvsQual"+
trigsrc)->second->Fill(thcode[pos],thbx);
609 for (
int st=1;st<5;++st){
610 for (
int wh=-2;wh<3;++wh){
611 for (
int sc=1;sc<13;++sc){
614 uint32_t indexCh =
id.rawId();
615 map<string, MonitorElement*> &innerME =
digiHistos[indexCh];
621 uint32_t indexCh =
id.rawId();
622 map<string, MonitorElement*> &innerME =
digiHistos[indexCh];
636 for (
int i=0;
i<5;++
i){
637 for (
int j=0;
j<6;++
j){
638 for (
int k=0;
k<13;++
k){
645 for (detUnitIt=trigsDDU->begin();
646 detUnitIt!=trigsDDU->end();
651 uint32_t indexCh =
id.
rawId();
652 map<string, MonitorElement*> &innerME =
digiHistos[indexCh];
655 int sec =
id.sector();
656 int st =
id.station();
659 trigIt!=range.second;
662 int bx = trigIt->bx();
663 int quality = trigIt->quality();
664 int thqual = trigIt->trTheta();
665 int flag1st = trigIt->secondTrack() ? 1 : 0;
668 if( quality>-1 && quality<7 ) {
676 innerME.find(
"DDU_BXvsQual"+
trigsrc)->second->Fill(quality,bx-flag1st);
679 innerME.find(
"DDU_BXvsQual"+
trigsrc)->second->Fill(quality,bx-flag1st);
680 innerME.find(
"DDU_Flag1stvsQual"+
trigsrc)->second->Fill(quality,flag1st);
683 if( thqual>0 && !
tpMode ) {
689 innerME.find(
"DDU_ThetaBXvsQual"+
trigsrc)->second->Fill(thqual,bx);
713 memset(
track_ok,
false,450*
sizeof(
bool));
715 DTRecSegment4DCollection::id_iterator chamberId;
716 vector<const DTRecSegment4D*> best4DSegments;
719 for (chamberId = segments4D->id_begin(); chamberId != segments4D->id_end(); ++chamberId){
726 for ( track = range.first; track != range.second; ++track){
728 if( (*track).hasPhi() ) {
736 int sector = (*track).chamberId().sector();
737 int station = (*track).chamberId().station();
741 else if (sector==14){
749 if (tmpBest) best4DSegments.push_back(tmpBest);
752 vector<const DTRecSegment4D*>::const_iterator btrack;
754 for ( btrack = best4DSegments.begin(); btrack != best4DSegments.end(); ++btrack ){
756 if( (*btrack)->hasPhi() ) {
758 int wheel = (*btrack)->chamberId().wheel();
759 int station = (*btrack)->chamberId().station();
760 int sector = (*btrack)->chamberId().sector();
762 float x_track, y_track, x_angle, y_angle;
764 int nHitsPhi = (*btrack)->phiSegment()->degreesOfFreedom()+2;
767 uint32_t indexCh = dtChId.
rawId();
768 map<string, MonitorElement*> &innerMECh =
digiHistos[indexCh];
771 indexCh = dtChIdSC.
rawId();
772 map<string, MonitorElement*> &innerME =
digiHistos[indexCh];
779 innerME.find(
"DDU_HitstkvsQualtrig"+
trigsrc)->second->Fill(
dduphcode_best[wheel+3][station][scsector],nHitsPhi);
787 innerME.find(
"TM_HitstkvsQualtrig"+
trigsrc)->second->Fill(
phcode_best[wheel+3][station][scsector],nHitsPhi);
789 if (
phcode_best[wheel+3][station][scsector]>3 && nHitsPhi>=7){
795 innerMECh.find(
"TM_PhitkvsPhitrig"+
trigsrc)->second->Fill(x_trigger,x_track);
796 innerMECh.find(
"TM_PhibtkvsPhibtrig"+
trigsrc)->second->Fill(angle_trigger,x_angle);
797 innerMECh.find(
"TM_PhiResidual"+
trigsrc)->second->Fill(x_trigger-x_track);
798 innerMECh.find(
"TM_PhibResidual"+
trigsrc)->second->Fill(angle_trigger-x_angle);
806 bool trigFlagTM =
false;
807 for (
int ist=1; ist<5; ist++){
811 track_ok[wheel+3][ist][scsector]==
true){
817 if (trigFlagTM && fabs(x_angle)<40. && nHitsPhi>=7){
820 innerME.find(
"TM_TrackPosvsAngle"+
trigsrc)->second->Fill(x_angle,x_track);
822 innerME.find(
"TM_TrackPosvsAngleandTrig"+
trigsrc)->second->Fill(x_angle,x_track);
824 innerME.find(
"TM_TrackPosvsAngleandTrigHHHL"+
trigsrc)->second->Fill(x_angle,x_track);
830 if ((*btrack)->hasZed() && trigFlagTM && fabs(y_angle)<40. && (*btrack)->zSegment()->degreesOfFreedom()>=1){
833 innerME.find(
"TM_TrackThetaPosvsAngle"+
trigsrc)->second->Fill(y_angle,y_track);
835 innerME.find(
"TM_TrackThetaPosvsAngleandTrig"+
trigsrc)->second->Fill(y_angle,y_track);
836 if (
thcode_best[wheel+3][station][scsector] == 2) {
837 innerME.find(
"TM_TrackThetaPosvsAngleandTrigH"+
trigsrc)->second->Fill(y_angle,y_track);
847 bool trigFlagDDU =
false;
848 for (
int ist=1; ist<5; ist++){
852 track_ok[wheel+3][ist][scsector]==
true){
858 if (trigFlagDDU && fabs(x_angle)<40. && nHitsPhi>=7){
861 innerME.find(
"DDU_TrackPosvsAngle"+
trigsrc)->second->Fill(x_angle,x_track);
863 innerME.find(
"DDU_TrackPosvsAngleandTrig"+
trigsrc)->second->Fill(x_angle,x_track);
865 innerME.find(
"DDU_TrackPosvsAngleandTrigHHHL"+
trigsrc)->second->Fill(x_angle,x_track);
871 if ((*btrack)->hasZed() && trigFlagDDU && fabs(y_angle)<40. && (*btrack)->zSegment()->degreesOfFreedom()>=1){
874 innerME.find(
"DDU_TrackThetaPosvsAngle"+
trigsrc)->second->Fill(y_angle,y_track);
876 innerME.find(
"DDU_TrackThetaPosvsAngleandTrig"+
trigsrc)->second->Fill(y_angle,y_track);
878 innerME.find(
"DDU_TrackThetaPosvsAngleandTrigH"+
trigsrc)->second->Fill(y_angle,y_track);
895 for (
int st=1;st<5;++st){
896 for (
int wh=-2;wh<3;++wh){
897 for (
int sc=1;sc<13;++sc){
901 uint32_t indexCh =
id.rawId();
902 map<string, MonitorElement*> &innerME =
digiHistos[indexCh];
909 (
wheelHistos[wh]).
find(
"COM_BXDiff"+trigsrc)->second->Fill(sc,st,bxDDU-bxTM);
925 axis=histo->GetXaxis();
928 axis=histo->GetYaxis();
932 string labels[7] = {
"LI",
"LO",
"HI",
"HO",
"LL",
"HL",
"HH"};
933 int istart = axis->GetXmin()<-1 ? 2 : 1;
934 for (
int i=0;
i<7;
i++) {
935 axis->SetBinLabel(
i+istart,labels[
i].c_str());
947 axis=histo->GetXaxis();
950 axis=histo->GetYaxis();
954 string labels[2] = {
"L",
"H"};
955 int istart = axis->GetXmin()<-1 ? 2 : 1;
956 for (
int i=0;
i<2;
i++) {
957 axis->SetBinLabel(
i+istart,labels[
i].c_str());
972 for (std::vector<LTCDigi>::const_iterator ltc_it = ltcdigis->begin(); ltc_it != ltcdigis->end(); ltc_it++){
974 size_t otherTriggerSum=0;
975 for (
size_t i = 1;
i < 6;
i++) {
976 otherTriggerSum += size_t((*ltc_it).HasTriggered(
i));
978 if ((*ltc_it).HasTriggered(0) && otherTriggerSum == 0)
980 else if (!(*ltc_it).HasTriggered(0))
982 else if ((*ltc_it).HasTriggered(0) && otherTriggerSum > 0)
LuminosityBlockID id() const
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
std::pair< const_iterator, const_iterator > range
iterator range
void thetaRange(const DTChamberId &id, float &min, float &max, int &nbins, float step=15)
Compute theta range in local chamber coordinates.
int phcode_best[6][5][13]
std::string baseFolderDDU
virtual int degreesOfFreedom() const
return the DOF of the segment
std::map< int, std::map< std::string, MonitorElement * > > wheelHistos
void runTMAnalysis(std::vector< L1MuDTChambPhDigi > const *phTrigs, std::vector< L1MuDTChambThDigi > const *thTrigs)
Run analysis on TM data.
edm::EDGetTokenT< LTCDigiCollection > ltcDigiCollectionToken_
int thcode_best[6][5][13]
bool getByToken(EDGetToken token, Handle< PROD > &result) const
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Book the histograms.
const DTChamberRecSegment2D * phiSegment() const
The superPhi segment: 0 if no phi projection available.
float trigDir(const L1MuDTChambPhDigi *trig)
Return local direction (trigger RF) for a given trigger primitive.
int dduphcode_best[6][5][13]
void setQLabelsTheta(MonitorElement *me, short int iaxis)
void dqmBeginRun(const edm::Run &, const edm::EventSetup &)
Beginrun.
edm::InputTag tmTh_label_
virtual DTChamberId chamberId() const
The (specific) DetId of the chamber on which the segment resides.
MonitorElement * tm_IDDataErrorPlot
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
std::string & topFolder(bool isTM)
Get the Top folder (different between Physics and TP and TM/DDU)
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
int dduthcode_best[6][5][13]
void runSegmentAnalysis(edm::Handle< DTRecSegment4DCollection > &segments4D)
Run analysis using DT 4D segments.
uint32_t rawId() const
get the raw id
edm::EDGetTokenT< DTRecSegment4DCollection > seg_Token_
edm::EDGetTokenT< L1MuDTChambPhContainer > tm_Token_
MonitorElement * bookProfile2D(Args &&...args)
void trigToSeg(int st, float &x, float dir)
Compute Trigger x coordinate in chamber RF.
MonitorElement * book1D(Args &&...args)
edm::EDGetTokenT< L1MuDTChambThContainer > tmTh_Token_
DTLocalTriggerTask(const edm::ParameterSet &ps)
Constructor.
edm::EDGetTokenT< DTLocalTriggerCollection > ros_Token_
edm::ESHandle< DTGeometry > muonGeom
void phiRange(const DTChamberId &id, float &min, float &max, int &nbins, float step=15)
Compute phi range in local chamber coordinates.
void bookHistos(DQMStore::IBooker &, const DTChamberId &dtCh, std::string folder, std::string histoTag)
const DTLocalTrigger * iphbestddu[6][5][13]
void setCurrentFolder(const std::string &fullpath)
void runDDUvsTMAnalysis(std::string &trigsrc)
Run analysis on ROS data.
MonitorElement * book2D(Args &&...args)
const L1MuDTChambThDigi * ithbest[6][5][13]
LuminosityBlockNumber_t luminosityBlock() const
void setQLabels(MonitorElement *me, short int iaxis)
Set Quality labels.
std::vector< DTLocalTrigger >::const_iterator const_iterator
return(e1-e2)*(e1-e2)+dp *dp
edm::ParameterSet parameters
DTTrigGeomUtils * trigGeomUtils
const L1MuDTChambPhDigi * iphbest[6][5][13]
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context)
To reset the MEs.
virtual ~DTLocalTriggerTask()
Destructor.
void bookWheelHistos(DQMStore::IBooker &, int wh, std::string histoTag)
Book the histograms.
void triggerSource(const edm::Event &e)
Get the L1A source.
std::pair< const_iterator, const_iterator > Range
float trigPos(const L1MuDTChambPhDigi *trig)
Return local position (trigger RF) for a given trigger primitive.
int station() const
Return the station number.
int wheel() const
Return the wheel number.
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
void bookBarrelHistos(DQMStore::IBooker &, std::string histoTag)
Book the histograms.
std::map< uint32_t, std::map< std::string, MonitorElement * > > digiHistos
void computeSCCoordinates(const DTRecSegment4D *track, int &scsec, float &x, float &xdir, float &y, float &ydir)
Compute track coordinates with SC sector numbering.
tuple folder
Histograms Source for live online DQM in P5
void runDDUAnalysis(edm::Handle< DTLocalTriggerCollection > &trigsDDU)
Run analysis on ROS data.
T angle(T x1, T y1, T z1, T x2, T y2, T z2)