83 : m_l1abccollectionToken(
85 m_maxLS(iConfig.getUntrackedParameter<unsigned int>(
"maxLSBeforeRebin", 250)),
86 m_LSfrac(iConfig.getUntrackedParameter<unsigned int>(
"startingLSFraction", 16)),
87 m_rhm(consumesCollector()) {
91 "offsets",
"Orbit vs BX offsets between SCAL and Event", 2 * 3564 + 1, -3564.5, 3564.5, 201, -100.5, 100.5);
115 for (L1AcceptBunchCrossingCollection::const_iterator l1abc = pIn->begin(); l1abc != pIn->end(); ++l1abc) {
116 if (l1abc->l1AcceptOffset() == 0) {
119 ->Fill((
int)l1abc->bunchCrossing() - (int)iEvent.
bunchCrossing(),
120 (
long long)l1abc->orbitNumber() - (
long long)iEvent.
orbitNumber());
122 (*m_horboffvsorb)->Fill(iEvent.
orbitNumber(), (
long long)l1abc->orbitNumber() - (
long long)iEvent.
orbitNumber());
130 edm::LogInfo(
"L1ABCDebug") <<
"Dump of L1AcceptBunchCrossing Collection for event in orbit " << iEvent.
orbitNumber()
133 for (L1AcceptBunchCrossingCollection::const_iterator l1abc = pIn->begin(); l1abc != pIn->end(); ++l1abc) {
142 (*m_hoffsets)->GetXaxis()->SetTitle(
"#Delta BX (SCAL-Event)");
143 (*m_hoffsets)->GetYaxis()->SetTitle(
"#Delta orbit (SCAL-Event)");
146 (*m_horboffvsorb)->GetXaxis()->SetTitle(
"Orbit");
147 (*m_horboffvsorb)->GetYaxis()->SetTitle(
"#Delta orbit (SCAL-Event)");
148 (*m_horboffvsorb)->SetCanExtend(TH1::kXaxis);
151 (*m_hbxoffvsorb)->GetXaxis()->SetTitle(
"Orbit");
152 (*m_hbxoffvsorb)->GetYaxis()->SetTitle(
"#Delta BX (SCAL-Event)");
153 (*m_hbxoffvsorb)->SetCanExtend(TH1::kXaxis);
Log< level::Info, true > LogVerbatim
const unsigned int m_maxLS
~L1ABCDebugger() override
bool getByToken(EDGetToken token, Handle< PROD > &result) const
#define DEFINE_FWK_MODULE(type)
RunHistogramManager m_rhm
int bunchCrossing() const
edm::EDGetTokenT< L1AcceptBunchCrossingCollection > m_l1abccollectionToken
void analyze(const edm::Event &, const edm::EventSetup &) override
const unsigned int m_LSfrac
m_rhm(consumesCollector())
TProfile ** m_hbxoffvsorb
TProfile ** makeTProfile(const char *name, const char *title, const unsigned int nbinx, const double xmin, const double xmax)
L1ABCDebugger(const edm::ParameterSet &)
std::vector< L1AcceptBunchCrossing > L1AcceptBunchCrossingCollection
Log< level::Info, false > LogInfo
void beginRun(const edm::Run &iRun)
TProfile ** m_horboffvsorb
TH2F ** makeTH2F(const char *name, const char *title, const unsigned int nbinx, const double xmin, const double xmax, const unsigned int nbiny, const double ymin, const double ymax)
void beginRun(const edm::Run &, const edm::EventSetup &) override