CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
CTPPSProtonReconstructionSimulationValidator Class Reference
Inheritance diagram for CTPPSProtonReconstructionSimulationValidator:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Classes

struct  DoubleArmPlotGroup
 
struct  PlotGroup
 

Public Member Functions

 CTPPSProtonReconstructionSimulationValidator (const edm::ParameterSet &)
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void endJob () override
 
void fillPlots (unsigned int meth_idx, unsigned int idx, const reco::ForwardProton &rec_pr, const HepMC::FourVector &vtx, const HepMC::FourVector &mom, const double energy)
 

Private Attributes

DoubleArmPlotGroup double_arm_plots_
 
const edm::ESGetToken< LHCInfoPerFill, LHCInfoPerFillRcdlhcInfoPerFillToken_
 
const edm::ESGetToken< LHCInfoPerLS, LHCInfoPerLSRcdlhcInfoPerLSToken_
 
const edm::ESGetToken< LHCInfo, LHCInfoRcdlhcInfoToken_
 
std::string outputFile_
 
std::map< unsigned int, std::map< unsigned int, PlotGroup > > plots_
 
edm::EDGetTokenT< edm::HepMCProducttokenHepMCAfterSmearing_
 
edm::EDGetTokenT< edm::HepMCProducttokenHepMCBeforeSmearing_
 
edm::EDGetTokenT< reco::ForwardProtonCollectiontokenRecoProtonsMultiRP_
 
edm::EDGetTokenT< reco::ForwardProtonCollectiontokenRecoProtonsSingleRP_
 
const bool useNewLHCInfo_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 36 of file CTPPSProtonReconstructionSimulationValidator.cc.

Constructor & Destructor Documentation

◆ CTPPSProtonReconstructionSimulationValidator()

CTPPSProtonReconstructionSimulationValidator::CTPPSProtonReconstructionSimulationValidator ( const edm::ParameterSet iConfig)
explicit

Definition at line 198 of file CTPPSProtonReconstructionSimulationValidator.cc.

201  consumes<edm::HepMCProduct>(iConfig.getParameter<edm::InputTag>("tagHepMCBeforeSmearing"))),
203  consumes<edm::HepMCProduct>(iConfig.getParameter<edm::InputTag>("tagHepMCAfterSmearing"))),
205  consumes<reco::ForwardProtonCollection>(iConfig.getParameter<InputTag>("tagRecoProtonsSingleRP"))),
207  consumes<reco::ForwardProtonCollection>(iConfig.getParameter<InputTag>("tagRecoProtonsMultiRP"))),
208  lhcInfoToken_(esConsumes(ESInputTag("", iConfig.getParameter<std::string>("lhcInfoLabel")))),
209  lhcInfoPerLSToken_(esConsumes(ESInputTag("", iConfig.getParameter<std::string>("lhcInfoPerLSLabel")))),
210  lhcInfoPerFillToken_(esConsumes(ESInputTag("", iConfig.getParameter<std::string>("lhcInfoPerFillLabel")))),
211  useNewLHCInfo_(iConfig.getParameter<bool>("useNewLHCInfo")),
212  outputFile_(iConfig.getParameter<string>("outputFile")) {}
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
edm::EDGetTokenT< reco::ForwardProtonCollection > tokenRecoProtonsSingleRP_
const edm::ESGetToken< LHCInfoPerFill, LHCInfoPerFillRcd > lhcInfoPerFillToken_
edm::EDGetTokenT< reco::ForwardProtonCollection > tokenRecoProtonsMultiRP_
const edm::ESGetToken< LHCInfoPerLS, LHCInfoPerLSRcd > lhcInfoPerLSToken_

Member Function Documentation

◆ analyze()

void CTPPSProtonReconstructionSimulationValidator::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 233 of file CTPPSProtonReconstructionSimulationValidator.cc.

References double_arm_plots_, LHCInfoCombined::energy, CTPPSProtonReconstructionSimulationValidator::DoubleArmPlotGroup::fill(), fillPlots(), edm::HepMCProduct::GetEvent(), patZpeak::handle, heavyIonCSV_trainingSettings::idx, iEvent, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, lhcInfoPerFillToken_, lhcInfoPerLSToken_, lhcInfoToken_, reco::ForwardProton::multiRP, reco::ForwardProton::sector45, reco::ForwardProton::sector56, reco::ForwardProton::singleRP, tokenHepMCAfterSmearing_, tokenHepMCBeforeSmearing_, tokenRecoProtonsMultiRP_, tokenRecoProtonsSingleRP_, useNewLHCInfo_, and L1BJetProducer_cff::vtx.

233  {
234  // get conditions
235  const LHCInfoCombined lhcInfoCombined(
237 
238  // get input
239  edm::Handle<edm::HepMCProduct> hHepMCBeforeSmearing;
240  iEvent.getByToken(tokenHepMCBeforeSmearing_, hHepMCBeforeSmearing);
241  HepMC::GenEvent *hepMCEventBeforeSmearing = (HepMC::GenEvent *)hHepMCBeforeSmearing->GetEvent();
242 
243  edm::Handle<edm::HepMCProduct> hHepMCAfterSmearing;
244  iEvent.getByToken(tokenHepMCAfterSmearing_, hHepMCAfterSmearing);
245  HepMC::GenEvent *hepMCEventAfterSmearing = (HepMC::GenEvent *)hHepMCAfterSmearing->GetEvent();
246 
247  Handle<reco::ForwardProtonCollection> hRecoProtonsSingleRP;
248  iEvent.getByToken(tokenRecoProtonsSingleRP_, hRecoProtonsSingleRP);
249 
250  Handle<reco::ForwardProtonCollection> hRecoProtonsMultiRP;
251  iEvent.getByToken(tokenRecoProtonsMultiRP_, hRecoProtonsMultiRP);
252 
253  // extract vertex position
254  bool vertex_set = false;
255  FourVector vtx;
256  for (auto it = hepMCEventAfterSmearing->vertices_begin(); it != hepMCEventAfterSmearing->vertices_end(); ++it) {
257  if (vertex_set) {
258  LogError("CTPPSProtonReconstructionSimulationValidator") << "Multiple vertices found.";
259  return;
260  }
261 
262  vertex_set = true;
263  vtx = (*it)->position();
264  }
265 
266  // extract forward protons
267  bool proton_45_set = false;
268  bool proton_56_set = false;
269  FourVector mom_45, mom_56;
270 
271  for (auto it = hepMCEventBeforeSmearing->particles_begin(); it != hepMCEventBeforeSmearing->particles_end(); ++it) {
272  const auto &part = *it;
273 
274  // accept only stable non-beam protons
275  if (part->pdg_id() != 2212)
276  continue;
277 
278  if (part->status() != 1)
279  continue;
280 
281  if (part->is_beam())
282  continue;
283 
284  const auto &mom = part->momentum();
285 
286  if (mom.e() < 4500.)
287  continue;
288 
289  if (mom.z() > 0) {
290  // 45
291  if (proton_45_set) {
292  LogError("CTPPSProtonReconstructionSimulationValidator") << "Found multiple protons in sector 45.";
293  return;
294  }
295 
296  proton_45_set = true;
297  mom_45 = mom;
298  } else {
299  // 56
300  if (proton_56_set) {
301  LogError("CTPPSProtonReconstructionSimulationValidator") << "Found multiple protons in sector 56.";
302  return;
303  }
304 
305  proton_56_set = true;
306  mom_56 = mom;
307  }
308  }
309 
310  // single-arm comparison
311  for (const auto &handle : {hRecoProtonsSingleRP, hRecoProtonsMultiRP}) {
312  for (const auto &rec_pr : *handle) {
313  if (!rec_pr.validFit())
314  continue;
315 
316  unsigned int idx = 12345;
317 
318  bool mom_set = false;
319  FourVector mom;
320 
321  if (rec_pr.lhcSector() == reco::ForwardProton::LHCSector::sector45) {
322  idx = 0;
323  mom_set = proton_45_set;
324  mom = mom_45;
325  }
326  if (rec_pr.lhcSector() == reco::ForwardProton::LHCSector::sector56) {
327  idx = 1;
328  mom_set = proton_56_set;
329  mom = mom_56;
330  }
331 
332  if (!mom_set)
333  continue;
334 
335  unsigned int meth_idx = 1234;
336 
338  meth_idx = 0;
339 
340  CTPPSDetId rpId((*rec_pr.contributingLocalTracks().begin())->rpId());
341  idx = 100 * rpId.arm() + 10 * rpId.station() + rpId.rp();
342  }
343 
345  meth_idx = 1;
346 
347  fillPlots(meth_idx, idx, rec_pr, vtx, mom, lhcInfoCombined.energy);
348  }
349  }
350 
351  // double-arm comparison
352  bool time_set_45 = false, time_set_56 = false;
353  double time_45 = 0., time_56 = 0.;
354  for (const auto &rec_pr : *hRecoProtonsMultiRP) {
355  if (!rec_pr.validFit())
356  continue;
357 
358  // skip protons with no timing information
359  if (rec_pr.timeError() < 1E-3)
360  continue;
361 
362  if (rec_pr.lhcSector() == reco::ForwardProton::LHCSector::sector45) {
363  time_set_45 = true;
364  time_45 = rec_pr.time();
365  }
366  if (rec_pr.lhcSector() == reco::ForwardProton::LHCSector::sector56) {
367  time_set_56 = true;
368  time_56 = rec_pr.time();
369  }
370  }
371 
372  if (time_set_45 && time_set_56)
373  double_arm_plots_.fill(time_45, time_56, vtx.z(), vtx.t());
374 }
void fillPlots(unsigned int meth_idx, unsigned int idx, const reco::ForwardProton &rec_pr, const HepMC::FourVector &vtx, const HepMC::FourVector &mom, const double energy)
edm::EDGetTokenT< reco::ForwardProtonCollection > tokenRecoProtonsSingleRP_
const edm::ESGetToken< LHCInfoPerFill, LHCInfoPerFillRcd > lhcInfoPerFillToken_
Log< level::Error, false > LogError
int iEvent
Definition: GenABIO.cc:224
edm::EDGetTokenT< reco::ForwardProtonCollection > tokenRecoProtonsMultiRP_
const HepMC::GenEvent * GetEvent() const
Definition: HepMCProduct.h:37
part
Definition: HCALResponse.h:20
void fill(double time_45, double time_56, double vtx_z, double vtx_t)
Base class for CTPPS detector IDs.
Definition: CTPPSDetId.h:32
const edm::ESGetToken< LHCInfoPerLS, LHCInfoPerLSRcd > lhcInfoPerLSToken_

◆ endJob()

void CTPPSProtonReconstructionSimulationValidator::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 421 of file CTPPSProtonReconstructionSimulationValidator.cc.

References double_arm_plots_, AlcaSiPixelAliHarvester0T_cff::method, outputFile_, plots_, and CTPPSProtonReconstructionSimulationValidator::DoubleArmPlotGroup::write().

421  {
422  auto f_out = std::make_unique<TFile>(outputFile_.c_str(), "recreate");
423 
424  for (const auto &mit : plots_) {
425  const char *method = (mit.first == 0) ? "single rp" : "multi rp";
426  TDirectory *d_method = f_out->mkdir(method);
427 
428  for (const auto &eit : mit.second) {
429  gDirectory = d_method->mkdir(Form("%i", eit.first));
430  eit.second.write();
431  }
432  }
433 
434  gDirectory = f_out->mkdir("double arm");
436 }
std::map< unsigned int, std::map< unsigned int, PlotGroup > > plots_

◆ fillDescriptions()

void CTPPSProtonReconstructionSimulationValidator::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 216 of file CTPPSProtonReconstructionSimulationValidator.cc.

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.

216  {
218 
219  desc.add<std::string>("lhcInfoLabel", "")->setComment("label of the LHCInfo record");
220  desc.add<std::string>("lhcInfoPerLSLabel", "")->setComment("label of the LHCInfoPerLS record");
221  desc.add<std::string>("lhcInfoPerFillLabel", "")->setComment("label of the LHCInfoPerFill record");
222  desc.add<bool>("useNewLHCInfo", false)->setComment("flag whether to use new LHCInfoPer* records or old LHCInfo");
223 
224  desc.add<std::string>("outputFile", "output.root")->setComment("output file name");
225 
226  desc.addUntracked<unsigned int>("verbosity", 0)->setComment("verbosity level");
227 
228  descriptions.add("ctppsProtonReconstructionSimulationValidatorDefault", desc);
229 }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ fillPlots()

void CTPPSProtonReconstructionSimulationValidator::fillPlots ( unsigned int  meth_idx,
unsigned int  idx,
const reco::ForwardProton rec_pr,
const HepMC::FourVector &  vtx,
const HepMC::FourVector &  mom,
const double  energy 
)
private

Definition at line 378 of file CTPPSProtonReconstructionSimulationValidator.cc.

References reco::ForwardProton::calculateT(), hcalRecHitTable_cff::energy, heavyIonCSV_trainingSettings::idx, plots_, mathSSE::sqrt(), reco::ForwardProton::t(), reco::ForwardProton::thetaX(), reco::ForwardProton::thetaY(), reco::ForwardProton::vertex(), L1BJetProducer_cff::vtx, and reco::ForwardProton::xi().

Referenced by analyze().

383  {
384  const double p_nom = energy;
385  const double xi_simu = (p_nom - mom.rho()) / p_nom;
386  const double th_x_simu = mom.x() / mom.rho();
387  const double th_y_simu = mom.y() / mom.rho();
388  const double vtx_y_simu = vtx.y();
389  const double th_simu = sqrt(th_x_simu * th_x_simu + th_y_simu * th_y_simu);
390  const double t_simu = -reco::ForwardProton::calculateT(p_nom, mom.rho(), th_simu);
391 
392  const double xi_reco = rec_pr.xi();
393  const double th_x_reco = rec_pr.thetaX();
394  const double th_y_reco = rec_pr.thetaY();
395  const double vtx_y_reco = rec_pr.vertex().y() * 10.; // conversion: cm --> mm
396  const double t_reco = -rec_pr.t();
397 
398  auto &plt = plots_[meth_idx][idx];
399 
400  plt.h_xi_reco_vs_xi_simu->Fill(xi_simu, xi_reco);
401  plt.h_de_xi->Fill(xi_reco - xi_simu);
402  plt.p_de_xi_vs_xi_simu->Fill(xi_simu, xi_reco - xi_simu);
403 
404  plt.h_de_th_x->Fill(th_x_reco - th_x_simu);
405  plt.p_de_th_x_vs_xi_simu->Fill(xi_simu, th_x_reco - th_x_simu);
406 
407  plt.h_de_th_y->Fill(th_y_reco - th_y_simu);
408  plt.p_de_th_y_vs_xi_simu->Fill(xi_simu, th_y_reco - th_y_simu);
409 
410  plt.h_de_vtx_y->Fill(vtx_y_reco - vtx_y_simu);
411  plt.p_de_vtx_y_vs_xi_simu->Fill(xi_simu, vtx_y_reco - vtx_y_simu);
412 
413  plt.h_de_t->Fill(t_reco - t_simu);
414  plt.p_de_t_vs_xi_simu->Fill(xi_simu, t_reco - t_simu);
415  plt.p_de_t_vs_t_simu->Fill(t_simu, t_reco - t_simu);
416  plt.h2_de_t_vs_t_simu->Fill(t_simu, t_reco - t_simu);
417 }
static float calculateT(double beam_mom, double proton_mom, double theta)
compute the squared four-momentum transfer from incident and scattered momenta, and angular informati...
float thetaY() const
horizontal scattering angle, in rad
Definition: ForwardProton.h:83
float thetaX() const
vertical scattering angle, in rad
Definition: ForwardProton.h:81
T sqrt(T t)
Definition: SSEVec.h:19
float xi() const
longitudinal fractional momentum loss
Definition: ForwardProton.h:79
const Point & vertex() const
fitted vertex position
Definition: ForwardProton.h:51
float t() const
four-momentum transfer squared, in GeV^2
std::map< unsigned int, std::map< unsigned int, PlotGroup > > plots_

Member Data Documentation

◆ double_arm_plots_

DoubleArmPlotGroup CTPPSProtonReconstructionSimulationValidator::double_arm_plots_
private

Definition at line 187 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze(), and endJob().

◆ lhcInfoPerFillToken_

const edm::ESGetToken<LHCInfoPerFill, LHCInfoPerFillRcd> CTPPSProtonReconstructionSimulationValidator::lhcInfoPerFillToken_
private

Definition at line 61 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().

◆ lhcInfoPerLSToken_

const edm::ESGetToken<LHCInfoPerLS, LHCInfoPerLSRcd> CTPPSProtonReconstructionSimulationValidator::lhcInfoPerLSToken_
private

Definition at line 60 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().

◆ lhcInfoToken_

const edm::ESGetToken<LHCInfo, LHCInfoRcd> CTPPSProtonReconstructionSimulationValidator::lhcInfoToken_
private

Definition at line 59 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().

◆ outputFile_

std::string CTPPSProtonReconstructionSimulationValidator::outputFile_
private

Definition at line 64 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by endJob().

◆ plots_

std::map<unsigned int, std::map<unsigned int, PlotGroup> > CTPPSProtonReconstructionSimulationValidator::plots_
private

Definition at line 155 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by endJob(), and fillPlots().

◆ tokenHepMCAfterSmearing_

edm::EDGetTokenT<edm::HepMCProduct> CTPPSProtonReconstructionSimulationValidator::tokenHepMCAfterSmearing_
private

Definition at line 54 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().

◆ tokenHepMCBeforeSmearing_

edm::EDGetTokenT<edm::HepMCProduct> CTPPSProtonReconstructionSimulationValidator::tokenHepMCBeforeSmearing_
private

Definition at line 53 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().

◆ tokenRecoProtonsMultiRP_

edm::EDGetTokenT<reco::ForwardProtonCollection> CTPPSProtonReconstructionSimulationValidator::tokenRecoProtonsMultiRP_
private

Definition at line 57 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().

◆ tokenRecoProtonsSingleRP_

edm::EDGetTokenT<reco::ForwardProtonCollection> CTPPSProtonReconstructionSimulationValidator::tokenRecoProtonsSingleRP_
private

Definition at line 56 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().

◆ useNewLHCInfo_

const bool CTPPSProtonReconstructionSimulationValidator::useNewLHCInfo_
private

Definition at line 62 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().