48 x_width = 2.0 * det->
params().at( 0 );
136 MonitorElement* leadingEdgeCumulative_both =
nullptr, *leadingEdgeCumulative_all =
nullptr, *leadingEdgeCumulative_le =
nullptr, *trailingEdgeCumulative_te =
nullptr;
137 MonitorElement* timeOverThresholdCumulativePot =
nullptr, *leadingTrailingCorrelationPot =
nullptr;
191 MonitorElement* leadingEdgeCumulative_both =
nullptr, *leadingEdgeCumulative_le =
nullptr, *trailingEdgeCumulative_te =
nullptr;
237 CTPPSDiamondDQMSource::PotPlots::PotPlots(
DQMStore::IBooker& ibooker,
unsigned int id ): HitCounter(0), MHCounter(0), LeadingOnlyCounter(0), TrailingOnlyCounter(0), CompleteCounter(0), pixelTracksMap(
"Pixel track maps for efficiency",
"Pixel track maps for efficiency", 25, 0, 25, 12, -2, 10 )
245 activity_per_bx_0_25 = ibooker.
book1D(
"activity per BX 0 25", title+
" Activity per BX 0 - 25 ns;Event.BX", 3600, -1.5, 3598. + 0.5 );
247 activity_per_bx_25_50 = ibooker.
book1D(
"activity per BX 25 50", title+
" Activity per BX 25 - 50 ns;Event.BX", 3600, -1.5, 3598. + 0.5 );
249 activity_per_bx_50_75 = ibooker.
book1D(
"activity per BX 50 75", title+
" Activity per BX 50 - 75 ns;Event.BX", 3600, -1.5, 3598. + 0.5 );
256 activePlanes = ibooker.
book1D(
"active planes", title+
" active planes (per event);number of active planes", 6, -0.5, 5.5 );
257 activePlanesInclusive = ibooker.
book1D(
"active planes inclusive", title+
" active planes, MH and le only included (per event);number of active planes", 6, -0.5, 5.5 );
262 pixelTomographyAll_0_25 = ibooker.
book2D(
"tomography pixel 0 25", title+
" tomography with pixel 0 - 25 ns (all planes);x + 25*plane(mm);y (mm)", 100, 0, 100, 8, 0, 8 );
264 pixelTomographyAll_25_50 = ibooker.
book2D(
"tomography pixel 25 50", title+
" tomography with pixel 25 - 50 ns (all planes);x + 25*plane(mm);y (mm)", 100, 0, 100, 8, 0, 8 );
266 pixelTomographyAll_50_75 = ibooker.
book2D(
"tomography pixel 50 75", title+
" tomography with pixel 50 - 75 ns (all planes);x + 25*plane(mm);y (mm)", 100, 0, 100, 8, 0, 8 );
274 leadingTrailingCorrelationPot = ibooker.
book2D(
"leading trailing correlation", title+
" leading trailing correlation;leading edge (ns);trailing edge (ns)", 75, 0, 75, 75, 0, 75 );
281 ECCheck = ibooker.
book1D(
"optorxEC(8bit) - vfatEC", title+
" EC Error;optorxEC-vfatEC", 50,-25, 25 );
284 for (
unsigned short error_index=1; error_index<16; ++error_index )
298 MHComprensive = ibooker.
book2D(
"MH in channels", title+
" MH (%) in channels;plane number;ch number", 10, -0.5, 4.5, 14, -1, 13 );
300 EfficiencyOfChannelsInPot = ibooker.
book2D(
"Efficiency in channels", title+
" Efficiency (%) in channels (diamonds only);plane number;ch number", 10, -0.5, 4.5, 14, -1, 13 );
322 hit_multiplicity = ibooker.
book1D(
"channels per plane", title+
" channels per plane; ch per plane", 13, -0.5, 12.5 );
324 pixelTomography_far = ibooker.
book2D(
"tomography pixel", title+
" tomography with pixel;x + 25 OOT (mm);y (mm)", 75, 0, 75, 8, 0, 8 );
344 activity_per_bx_0_25 = ibooker.
book1D(
"activity per BX 0 25", title+
" Activity per BX 0 - 25 ns;Event.BX", 500, -1.5, 498. + 0.5 );
346 activity_per_bx_25_50 = ibooker.
book1D(
"activity per BX 25 50", title+
" Activity per BX 25 - 50 ns;Event.BX", 500, -1.5, 498. + 0.5 );
348 activity_per_bx_50_75 = ibooker.
book1D(
"activity per BX 50 75", title+
" Activity per BX 50 - 75 ns;Event.BX", 500, -1.5, 498. + 0.5 );
352 for (
unsigned short error_index=1; error_index<16; ++error_index )
362 pixelTomography_far = ibooker.
book2D(
"tomography pixel",
"tomography with pixel;x + 25 OOT (mm);y (mm)", 75, 0, 75, 8, 0, 8 );
364 hit_rate = ibooker.
book1D(
"hit rate", title+
"hit rate;rate (Hz)", 40, 0, 20);
378 verbosity_ ( ps.getUntrackedParameter<unsigned
int>(
"verbosity", 0 ) ),
381 for (
const auto&
pset : ps.
getParameter< std::vector<edm::ParameterSet> >(
"offsetsOOT" ) ) {
413 if ( iRun.
run()>300000 ) {
451 plot.second.hitDistribution2d_lumisection->Reset();
483 valid &= diamondVFATStatus.
isValid();
484 valid &= diamondDigis.
isValid();
490 <<
"ERROR in CTPPSDiamondDQMSource::analyze > some of the required inputs are not valid. Skipping this event.\n" 491 <<
" diamondVFATStatus.isValid = " << diamondVFATStatus.
isValid() <<
"\n" 492 <<
" diamondDigis.isValid = " << diamondDigis.
isValid() <<
"\n" 493 <<
" fedInfo.isValid = " << fedInfo.
isValid();
508 for (
const auto& digis : *diamondDigis ) {
512 for (
const auto& digi : digis ) {
514 detId_pot.setChannel( 0 );
518 if ( digi.getLeadingEdge() != 0 || digi.getTrailingEdge() != 0 ) {
520 if ( digi.getLeadingEdge() != 0 ) {
523 if ( digi.getLeadingEdge() != 0 && digi.getTrailingEdge() == 0 ) {
524 ++(
potPlots_[detId_pot].LeadingOnlyCounter);
527 if ( digi.getLeadingEdge() == 0 && digi.getTrailingEdge() != 0 ) {
528 ++(
potPlots_[detId_pot].TrailingOnlyCounter);
531 if ( digi.getLeadingEdge() != 0 && digi.getTrailingEdge() != 0 ) {
532 ++(
potPlots_[detId_pot].CompleteCounter);
539 if ( detId.channel() == 6 || detId.channel() == 7 )
541 int verticalIndex = 2*detId.plane() + (detId.channel() - 6);
542 for (
unsigned short hptdcErrorIndex = 1; hptdcErrorIndex < 16; ++hptdcErrorIndex )
543 if ( hptdcErrors.
getErrorId( hptdcErrorIndex-1 ) )
potPlots_[detId_pot].HPTDCErrorFlags_2D->Fill( hptdcErrorIndex, verticalIndex );
545 if ( digi.getMultipleHit() ) ++(
potPlots_[detId_pot].MHCounter);
550 for (
const auto& vfat_status : *diamondVFATStatus ) {
554 detId_pot.setChannel( 0 );
555 for (
const auto&
status : vfat_status ) {
556 if ( !
status.isOK() )
continue;
561 for (
const auto& optorx : *fedInfo ) {
563 potPlots_[detId_pot].ECCheck->Fill((
int)((optorx.getLV1()& 0xFF)-((
unsigned int)
status.getEC() & 0xFF)) & 0xFF);
564 if ( ( static_cast<int>( ( optorx.getLV1() & 0xFF )-
status.getEC() ) !=
EC_difference_56_ ) && (
static_cast<uint8_t
>( ( optorx.getLV1() & 0xFF )-
status.getEC() ) < 128 ) )
565 EC_difference_56_ = static_cast<int>( optorx.getLV1() & 0xFF )-( static_cast<unsigned int>(
status.getEC() ) & 0xFF );
568 if ( detId.channel() == 6 || detId.channel() == 7 )
potPlots_[detId_pot].HPTDCErrorFlags_2D->Fill( 16, 2*detId.plane() + (detId.channel() - 6) );
571 <<
"\t\tVFAT EC: 0x"<<
static_cast<unsigned int>(
status.getEC() )
572 <<
"\twith ID: " <<
std::dec << detId
577 potPlots_[detId_pot].ECCheck->Fill((
int)((optorx.getLV1()& 0xFF)-
status.getEC()) & 0xFF);
578 if ( ( static_cast<int>( ( optorx.getLV1() & 0xFF )-
status.getEC() ) !=
EC_difference_45_ ) && (
static_cast<uint8_t
>( ( optorx.getLV1() & 0xFF )-
status.getEC() ) < 128 ) )
579 EC_difference_45_ = static_cast<int>( optorx.getLV1() & 0xFF )-( static_cast<unsigned int>(
status.getEC() ) & 0xFF );
582 if ( detId.channel() == 6 || detId.channel() == 7 )
potPlots_[detId_pot].HPTDCErrorFlags_2D->Fill( 16, 2*detId.plane() + (detId.channel() - 6) );
585 <<
"\t\tVFAT EC: 0x"<<
static_cast<unsigned int>(
status.getEC() )
586 <<
"\twith ID: " <<
std::dec << detId
595 std::unordered_map<unsigned int, std::set<unsigned int> > planes;
596 std::unordered_map<unsigned int, std::set<unsigned int> > planes_inclusive;
599 for (
const auto&
rechits : *diamondRecHits ) {
602 detId_pot.setChannel( 0 );
605 for (
const auto& rechit :
rechits ) {
606 planes_inclusive[detId_pot].insert( detId.plane() );
609 planes[detId_pot].
insert( detId.plane() );
613 float UFSDShift = 0.0;
614 if ( rechit.getYWidth() < 3 ) UFSDShift = 0.5;
617 TH2F *hitHistoTmp =
potPlots_[detId_pot].hitDistribution2d->getTH2F();
618 TAxis *hitHistoTmpYAxis = hitHistoTmp->GetYaxis();
621 for (
int i=0;
i<numOfBins; ++
i) {
622 hitHistoTmp->Fill( detId.plane() + UFSDShift, hitHistoTmpYAxis->GetBinCenter(startBin+
i) );
625 hitHistoTmp =
potPlots_[detId_pot].hitDistribution2d_lumisection->getTH2F();
626 hitHistoTmpYAxis = hitHistoTmp->GetYaxis();
629 for (
int i=0;
i<numOfBins; ++
i) {
630 hitHistoTmp->Fill( detId.plane() + UFSDShift, hitHistoTmpYAxis->GetBinCenter(startBin+
i) );
635 if ( rechit.getToT() != 0 ) {
637 potPlots_[detId_pot].leadingEdgeCumulative_both->Fill( rechit.getT() + 25*rechit.getOOTIndex() );
638 potPlots_[detId_pot].timeOverThresholdCumulativePot->Fill( rechit.getToT() );
640 TH2F *hitHistoOOTTmp =
potPlots_[detId_pot].hitDistribution2dOOT->getTH2F();
641 TAxis *hitHistoOOTTmpYAxis = hitHistoOOTTmp->GetYaxis();
644 for (
int i=0;
i<numOfBins; ++
i) {
645 hitHistoOOTTmp->Fill( detId.plane() + 0.25 * rechit.getOOTIndex(), hitHistoOOTTmpYAxis->GetBinCenter(startBin+
i) );
651 TH2F *hitHistoOOTTmp =
potPlots_[detId_pot].hitDistribution2dOOT_le->getTH2F();
652 TAxis *hitHistoOOTTmpYAxis = hitHistoOOTTmp->GetYaxis();
655 for (
int i=0;
i<numOfBins; ++
i) {
656 hitHistoOOTTmp->Fill( detId.plane() + 0.25 * rechit.getOOTIndex(), hitHistoOOTTmpYAxis->GetBinCenter(startBin+
i) );
666 plt.second.activePlanes->Fill( planes[plt.first].size() );
667 plt.second.activePlanesInclusive->Fill( planes_inclusive[plt.first].size() );
671 for (
const auto&
tracks : *diamondLocalTracks ) {
674 detId_pot.setChannel( 0 );
678 if ( !
track.isValid() )
continue;
681 if ( potPlots_.find( detId_pot ) == potPlots_.end() )
continue;
683 TH2F *trackHistoOOTTmp = potPlots_[detId_pot].trackDistributionOOT->getTH2F();
684 TAxis *trackHistoOOTTmpYAxis = trackHistoOOTTmp->GetYaxis();
687 for (
int i=0;
i<numOfBins; ++
i) {
688 trackHistoOOTTmp->Fill(
track.getOOTIndex(), trackHistoOOTTmpYAxis->GetBinCenter(startBin+
i) );
692 TH1F *trackHistoInTimeTmp = potPlots_[detId_pot].trackDistribution->getTH1F();
695 for (
int i=0;
i<numOfBins; ++
i) {
696 trackHistoInTimeTmp->Fill( trackHistoInTimeTmp->GetBinCenter(startBin+
i) );
703 for (
const auto&
tracks : *diamondLocalTracks ) {
706 detId_pot.setChannel( 0 );
710 std::set<int> planesInTrackSet;
711 for (
const auto& vec : *diamondRecHits ) {
713 if ( detid.arm() != detId_pot.arm() )
continue;
715 for (
const auto&
hit : vec ) {
719 planesInTrackSet.insert(detid.plane());
724 if ( numOfHits > 0 && numOfHits <= 10 && planesInTrackSet.size() > 2 ) {
725 for (
int plane=0; plane<4; ++plane ) {
726 for (
int channel=0; channel<12; ++channel ) {
727 int map_index = plane*100 + channel;
728 if ( potPlots_[detId_pot].effDoublecountingChMap.find( map_index ) == potPlots_[detId_pot].effDoublecountingChMap.end() ) {
729 potPlots_[detId_pot].effTriplecountingChMap[map_index] = 0;
730 potPlots_[detId_pot].effDoublecountingChMap[map_index] = 0;
735 ++(potPlots_[detId_pot].effDoublecountingChMap[map_index]);
736 for (
const auto&
rechits : *diamondRecHits ) {
738 if ( detId_hit == detId ) {
739 for (
const auto& rechit :
rechits ) {
740 if ( track.containsHit( rechit, 1 ) ) {
742 ++(potPlots_[detId_pot].effTriplecountingChMap[map_index]);
755 for (
const auto&
rechits : *diamondRecHits ) {
758 detId_pot.setChannel( 0 );
760 for (
const auto& rechit :
rechits ) {
762 if ( rechit.getToT() == 0 )
continue;
763 if ( !pixelTracks.
isValid() )
continue;
764 if ( potPlots_.find( detId_pot ) == potPlots_.end() )
continue;
766 for (
const auto& ds : *pixelTracks ) {
767 if ( ds.size() > 1 )
continue;
770 for (
const auto& lt : ds ) {
771 if ( lt.isValid() && pixId.arm() == detId_pot.arm() ) {
810 std::unordered_map<unsigned int, unsigned int> channelsPerPlane;
811 for (
const auto& digis : *diamondDigis ) {
814 for (
const auto& digi : digis ) {
819 if ( digi.getLeadingEdge() != 0 ) {
820 planePlots_[detId_plane].digiProfileCumulativePerPlane->Fill( detId.channel() );
821 if ( channelsPerPlane.find(detId_plane) != channelsPerPlane.end() ) channelsPerPlane[detId_plane]++;
822 else channelsPerPlane[detId_plane] = 0;
827 for (
const auto& plt : channelsPerPlane ) {
828 planePlots_[plt.first].hit_multiplicity->Fill( plt.second );
832 for (
const auto&
rechits : *diamondRecHits ) {
835 for (
const auto& rechit :
rechits ) {
837 if ( rechit.getToT() == 0 )
continue;
840 TH1F *hitHistoTmp =
planePlots_[detId_plane].hitProfile->getTH1F();
843 for (
int i=0;
i<numOfBins; ++
i) {
844 hitHistoTmp->Fill( hitHistoTmp->GetBinCenter(startBin+
i) );
853 for (
const auto& ds : *pixelTracks ) {
856 if ( ds.size() > 1 )
continue;
857 for (
const auto& lt : ds ) {
858 if ( lt.isValid() ) {
863 std::set< CTPPSDiamondDetId > planesWitHits_set;
864 for (
const auto&
rechits : *diamondRecHits ) {
867 for (
const auto& rechit :
rechits ) {
873 if (
centralOOT_ != -999 && rechit.getOOTIndex() ==
centralOOT_ ) planesWitHits_set.insert( detId_plane );
879 for (
auto& planeId : planesWitHits_set)
893 for (
const auto& digis : *diamondDigis ) {
895 for (
const auto& digi : digis ) {
900 for (
unsigned short hptdcErrorIndex = 1; hptdcErrorIndex < 16; ++hptdcErrorIndex )
902 if ( digi.getMultipleHit() ) ++(
channelPlots_[detId].MHCounter);
905 if ( digi.getLeadingEdge() != 0 || digi.getTrailingEdge() != 0 ) {
907 if ( digi.getLeadingEdge() != 0 && digi.getTrailingEdge() == 0 ) {
911 if ( digi.getLeadingEdge() == 0 && digi.getTrailingEdge() != 0 ) {
915 if ( digi.getLeadingEdge() != 0 && digi.getTrailingEdge() != 0 ) {
925 for (
const auto&
rechits : *diamondRecHits ) {
927 for (
const auto& rechit :
rechits ) {
931 channelPlots_[detId].leadingEdgeCumulative_both->Fill( rechit.getT() + 25*rechit.getOOTIndex() );
932 channelPlots_[detId].TimeOverThresholdCumulativePerChannel->Fill( rechit.getToT() );
944 for (
const auto&
rechits : *diamondRecHits ) {
946 for (
const auto& rechit :
rechits ) {
949 if ( !pixelTracks.isValid() )
continue;
952 for (
const auto& ds : *pixelTracks ) {
955 if ( ds.size() > 1 )
continue;
956 for (
const auto& lt : ds ) {
972 if (
plot.second.hitsCounterPerLumisection != 0 ) {
975 plot.second.hitsCounterPerLumisection = 0;
977 double HundredOverHitCounter = .0;
978 if (
plot.second.HitCounter != 0 )
979 HundredOverHitCounter = 100. /
plot.second.HitCounter;
980 plot.second.HPTDCErrorFlags->setBinContent( 16, HundredOverHitCounter *
plot.second.MHCounter );
981 plot.second.leadingWithoutTrailing->setBinContent(1, HundredOverHitCounter *
plot.second.LeadingOnlyCounter );
982 plot.second.leadingWithoutTrailing->setBinContent(2, HundredOverHitCounter *
plot.second.TrailingOnlyCounter );
983 plot.second.leadingWithoutTrailing->setBinContent(3, HundredOverHitCounter *
plot.second.CompleteCounter );
987 double HundredOverHitCounterPot = 0.;
988 if (
plot.second.HitCounter !=0 )
989 HundredOverHitCounterPot = 100. /
plot.second.HitCounter;
990 plot.second.leadingWithoutTrailingCumulativePot->setBinContent(1, HundredOverHitCounterPot *
plot.second.LeadingOnlyCounter );
991 plot.second.leadingWithoutTrailingCumulativePot->setBinContent(2, HundredOverHitCounterPot *
plot.second.TrailingOnlyCounter );
992 plot.second.leadingWithoutTrailingCumulativePot->setBinContent(3, HundredOverHitCounterPot *
plot.second.CompleteCounter );
994 plot.second.MHComprensive->Reset();
996 for (
auto& chPlot : channelPlots_ ) {
998 if ( chId.
arm() == rpId.
arm() && chId.
rp() == rpId.
rp() ) {
999 plot.second.MHComprensive->Fill(chId.
plane(), chId.
channel(), chPlot.second.HPTDCErrorFlags->getBinContent( 16 ) );
1006 for (
auto&
plot : potPlots_ ) {
1007 plot.second.EfficiencyOfChannelsInPot->Reset();
1008 for (
auto& element :
plot.second.effTriplecountingChMap ) {
1009 if (
plot.second.effDoublecountingChMap[ element.first ] > 0) {
1010 int plane = element.first / 100;
1011 int channel = element.first % 100;
1012 double counted = element.second;
1013 double total =
plot.second.effDoublecountingChMap[ element.first ];
1017 plot.second.EfficiencyOfChannelsInPot->Fill(plane, channel, 100*efficiency);
1024 TH2F *hitHistoTmp =
plot.second.EfficiencyWRTPixelsInPlane->getTH2F();
1029 hitHistoTmp->Divide( &(
plot.second.pixelTracksMapWithDiamonds), &(potPlots_[detId_pot].pixelTracksMap) );
static const int CTPPS_FED_ID_56
void analyze(const edm::Event &, const edm::EventSetup &) override
OptoRx headers and footers.
plots related to one Diamond plane
MonitorElement * TimeOverThresholdCumulativePerChannel
T getParameter(std::string const &) const
MonitorElement * timeOverThresholdCumulativePot
plots related to one Diamond detector package
void endLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &) override
MonitorElement * activePlanes
~CTPPSDiamondDQMSource() override
static const int CHANNEL_OF_VFAT_CLOCK
TH2F pixelTracksMapWithDiamonds
std::map< int, int > effDoublecountingChMap
bool contains(EventRange const &lh, EventID const &rh)
static const double DISPLAY_RESOLUTION_FOR_HITS_MM
static const int CTPPS_DIAMOND_NUM_OF_PLANES
void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &) override
std::vector< MonitorElement * > activity_per_bx
void setPlane(uint32_t channel)
MonitorElement * leadingEdgeCumulative_le
Reconstructed hit in diamond detectors.
#define DEFINE_FWK_MODULE(type)
void endRun(const edm::Run &, const edm::EventSetup &) override
void setChannel(uint32_t channel)
void channelName(std::string &name, NameFlag flag=nFull) const
MonitorElement * leadingEdgeCumulative_le
void dqmBeginRun(const edm::Run &, const edm::EventSetup &) override
MonitorElement * MHComprensive
edm::EDGetTokenT< edm::DetSetVector< CTPPSDiamondDigi > > tokenDigi_
CTPPSDiamondDQMSource(const edm::ParameterSet &)
bool getErrorId(unsigned short id) const
static const int CTPPS_NUM_OF_ARMS
MonitorElement * trailingEdgeCumulative_te
plots related to the whole system
MonitorElement * digiProfileCumulativePerPlane
int bunchCrossing() const
MonitorElement * leadingEdgeCumulative_all
MonitorElement * EfficiencyWRTPixelsInPlane
MonitorElement * trailingEdgeCumulative_te
static const int CTPPS_DIAMOND_NUM_OF_CHANNELS
MonitorElement * pixelTomographyAll_25_50
MonitorElement * leadingTrailingCorrelationPot
double horizontalShiftOfDiamond_
Event setup record containing the real (actual) geometry information.
MonitorElement * leadingWithoutTrailingCumulativePot
static const int CTPPS_PIXEL_STATION_ID
MonitorElement * activity_per_bx_25_50
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
MonitorElement * activity_per_bx_50_75
static const int CTPPS_DIAMOND_STATION_ID
const DetGeomDesc * getSensor(unsigned int id) const
returns geometry of a detector performs necessary checks, returns NULL if fails
MonitorElement * hitDistribution2d
MonitorElement * EfficiencyOfChannelsInPot
MonitorElement * hitProfile
void bookHistograms(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &) override
std::vector< std::pair< edm::EventRange, int > > runParameters_
void Fill(HcalDetId &id, double val, std::vector< TH2F > &depth)
static const int CTPPS_NEAR_RP_ID
std::unordered_map< unsigned int, ChannelPlots > channelPlots_
MonitorElement * activity_per_bx_0_25
MonitorElement * pixelTomography_far
Geometrical description of a sensor.
MonitorElement * book1D(Args &&...args)
MonitorElement * pixelTomographyAll_50_75
DDTranslation translation() const
Abs< T >::type abs(const T &t)
void rpName(std::string &name, NameFlag flag=nFull) const
edm::EDGetTokenT< edm::DetSetVector< CTPPSPixelLocalTrack > > tokenPixelTrack_
plots related to one Diamond channel
double horizontalShiftBwDiamondPixels_
MonitorElement * activity_per_bx_0_25
MonitorElement * pixelTomography_far
MonitorElement * hitDistribution2d_lumisection
bool insert(Storage &iStorage, ItemType *iItem, const IdTag &iIdTag)
unsigned long hitsCounterPerLumisection
edm::EDGetTokenT< edm::DetSetVector< CTPPSDiamondLocalTrack > > tokenDiamondTrack_
The manager class for TOTEM RP geometry.
MonitorElement * trackDistribution
static const double HPTDC_BIN_WIDTH_NS
void setCurrentFolder(const std::string &fullpath)
static const double INV_DISPLAY_RESOLUTION_FOR_HITS_MM
MonitorElement * book2D(Args &&...args)
MonitorElement * hit_multiplicity
unsigned int TrailingOnlyCounter
MonitorElement * activity_per_bx_50_75
MonitorElement * HPTDCErrorFlags_2D
void planeName(std::string &name, NameFlag flag=nFull) const
MonitorElement * LeadingTrailingCorrelationPerChannel
MonitorElement * leadingEdgeCumulative_both
bool channelAlignedWithTrack(const CTPPSGeometry *geom, const CTPPSDiamondDetId &detid, const CTPPSDiamondLocalTrack &localTrack, const float tolerance=1)
MonitorElement * leadingWithoutTrailing
std::unordered_map< unsigned int, PotPlots > potPlots_
static constexpr int TIMESLICE_WITHOUT_LEADING
unsigned int TrailingOnlyCounter
edm::EDGetTokenT< edm::DetSetVector< CTPPSDiamondRecHit > > tokenDiamondHit_
std::vector< MonitorElement * > pixelTomographyAll
static const int CTPPS_FAR_RP_ID
static const double SEC_PER_LUMI_SECTION
std::vector< double > params() const
std::map< int, int > effTriplecountingChMap
Detector ID class for CTPPS Timing Diamond detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bit...
std::unordered_map< unsigned int, PlanePlots > planePlots_
MonitorElement * trackDistributionOOT
std::vector< MonitorElement * > activity_per_bx
MonitorElement * hitDistribution2dOOT_le
bool excludeMultipleHits_
MonitorElement * hitDistribution2dOOT
MonitorElement * pixelTomographyAll_0_25
static const int CTPPS_DIAMOND_RP_ID
MonitorElement * leadingEdgeCumulative_both
static std::string getHPTDCErrorName(const unsigned short id)
edm::EDGetTokenT< std::vector< TotemFEDInfo > > tokenFEDInfo_
static const int CTPPS_FED_ID_45
T const * product() const
edm::EDGetTokenT< edm::DetSetVector< TotemVFATStatus > > tokenStatus_
MonitorElement * activity_per_bx_25_50
MonitorElement * hit_rate
MonitorElement * activePlanesInclusive