CMS 3D CMS Logo

List of all members | Classes | 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
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > 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::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

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 LHCInfo &lhcInfo)
 

Private Attributes

DoubleArmPlotGroup double_arm_plots_
 
std::string lhcInfoLabel_
 
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_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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 ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 36 of file CTPPSProtonReconstructionSimulationValidator.cc.

Constructor & Destructor Documentation

◆ CTPPSProtonReconstructionSimulationValidator()

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

Definition at line 190 of file CTPPSProtonReconstructionSimulationValidator.cc.

194  consumes<edm::HepMCProduct>(iConfig.getParameter<edm::InputTag>("tagHepMCBeforeSmearing"))),
196  consumes<edm::HepMCProduct>(iConfig.getParameter<edm::InputTag>("tagHepMCAfterSmearing"))),
198  consumes<reco::ForwardProtonCollection>(iConfig.getParameter<InputTag>("tagRecoProtonsSingleRP"))),
200  consumes<reco::ForwardProtonCollection>(iConfig.getParameter<InputTag>("tagRecoProtonsMultiRP"))),
201  lhcInfoLabel_(iConfig.getParameter<std::string>("lhcInfoLabel")),

Member Function Documentation

◆ analyze()

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

Implements edm::one::EDAnalyzerBase.

Definition at line 205 of file CTPPSProtonReconstructionSimulationValidator.cc.

206  {
207  // get conditions
208  edm::ESHandle<LHCInfo> hLHCInfo;
209  iSetup.get<LHCInfoRcd>().get(lhcInfoLabel_, hLHCInfo);
210 
211  // get input
212  edm::Handle<edm::HepMCProduct> hHepMCBeforeSmearing;
213  iEvent.getByToken(tokenHepMCBeforeSmearing_, hHepMCBeforeSmearing);
214  HepMC::GenEvent *hepMCEventBeforeSmearing = (HepMC::GenEvent *)hHepMCBeforeSmearing->GetEvent();
215 
216  edm::Handle<edm::HepMCProduct> hHepMCAfterSmearing;
217  iEvent.getByToken(tokenHepMCAfterSmearing_, hHepMCAfterSmearing);
218  HepMC::GenEvent *hepMCEventAfterSmearing = (HepMC::GenEvent *)hHepMCAfterSmearing->GetEvent();
219 
220  Handle<reco::ForwardProtonCollection> hRecoProtonsSingleRP;
221  iEvent.getByToken(tokenRecoProtonsSingleRP_, hRecoProtonsSingleRP);
222 
223  Handle<reco::ForwardProtonCollection> hRecoProtonsMultiRP;
224  iEvent.getByToken(tokenRecoProtonsMultiRP_, hRecoProtonsMultiRP);
225 
226  // extract vertex position
227  bool vertex_set = false;
228  FourVector vtx;
229  for (auto it = hepMCEventAfterSmearing->vertices_begin(); it != hepMCEventAfterSmearing->vertices_end(); ++it) {
230  if (vertex_set) {
231  LogError("CTPPSProtonReconstructionSimulationValidator") << "Multiple vertices found.";
232  return;
233  }
234 
235  vertex_set = true;
236  vtx = (*it)->position();
237  }
238 
239  // extract forward protons
240  bool proton_45_set = false;
241  bool proton_56_set = false;
242  FourVector mom_45, mom_56;
243 
244  for (auto it = hepMCEventBeforeSmearing->particles_begin(); it != hepMCEventBeforeSmearing->particles_end(); ++it) {
245  const auto &part = *it;
246 
247  // accept only stable non-beam protons
248  if (part->pdg_id() != 2212)
249  continue;
250 
251  if (part->status() != 1)
252  continue;
253 
254  if (part->is_beam())
255  continue;
256 
257  const auto &mom = part->momentum();
258 
259  if (mom.e() < 4500.)
260  continue;
261 
262  if (mom.z() > 0) {
263  // 45
264  if (proton_45_set) {
265  LogError("CTPPSProtonReconstructionSimulationValidator") << "Found multiple protons in sector 45.";
266  return;
267  }
268 
269  proton_45_set = true;
270  mom_45 = mom;
271  } else {
272  // 56
273  if (proton_56_set) {
274  LogError("CTPPSProtonReconstructionSimulationValidator") << "Found multiple protons in sector 56.";
275  return;
276  }
277 
278  proton_56_set = true;
279  mom_56 = mom;
280  }
281  }
282 
283  // single-arm comparison
284  for (const auto &handle : {hRecoProtonsSingleRP, hRecoProtonsMultiRP}) {
285  for (const auto &rec_pr : *handle) {
286  if (!rec_pr.validFit())
287  continue;
288 
289  unsigned int idx = 12345;
290 
291  bool mom_set = false;
292  FourVector mom;
293 
294  if (rec_pr.lhcSector() == reco::ForwardProton::LHCSector::sector45) {
295  idx = 0;
296  mom_set = proton_45_set;
297  mom = mom_45;
298  }
299  if (rec_pr.lhcSector() == reco::ForwardProton::LHCSector::sector56) {
300  idx = 1;
301  mom_set = proton_56_set;
302  mom = mom_56;
303  }
304 
305  if (!mom_set)
306  continue;
307 
308  unsigned int meth_idx = 1234;
309 
311  meth_idx = 0;
312 
313  CTPPSDetId rpId((*rec_pr.contributingLocalTracks().begin())->rpId());
314  idx = 100 * rpId.arm() + 10 * rpId.station() + rpId.rp();
315  }
316 
318  meth_idx = 1;
319 
320  fillPlots(meth_idx, idx, rec_pr, vtx, mom, *hLHCInfo);
321  }
322  }
323 
324  // double-arm comparison
325  bool time_set_45 = false, time_set_56 = false;
326  double time_45 = 0., time_56 = 0.;
327  for (const auto &rec_pr : *hRecoProtonsMultiRP) {
328  if (!rec_pr.validFit())
329  continue;
330 
331  // skip protons with no timing information
332  if (rec_pr.timeError() < 1E-3)
333  continue;
334 
335  if (rec_pr.lhcSector() == reco::ForwardProton::LHCSector::sector45) {
336  time_set_45 = true;
337  time_45 = rec_pr.time();
338  }
339  if (rec_pr.lhcSector() == reco::ForwardProton::LHCSector::sector56) {
340  time_set_56 = true;
341  time_56 = rec_pr.time();
342  }
343  }
344 
345  if (time_set_45 && time_set_56)
346  double_arm_plots_.fill(time_45, time_56, vtx.z(), vtx.t());

References edm::RefVector< C, T, F >::begin(), reco::ForwardProton::contributingLocalTracks(), double_arm_plots_, CTPPSProtonReconstructionSimulationValidator::DoubleArmPlotGroup::fill(), fillPlots(), edm::EventSetup::get(), get, edm::HepMCProduct::GetEvent(), patZpeak::handle, heavyIonCSV_trainingSettings::idx, iEvent, lhcInfoLabel_, reco::ForwardProton::lhcSector(), reco::ForwardProton::method(), reco::ForwardProton::multiRP, year_2016_postTS2_cff::rpId, reco::ForwardProton::sector45, reco::ForwardProton::sector56, reco::ForwardProton::singleRP, reco::ForwardProton::time(), reco::ForwardProton::timeError(), tokenHepMCAfterSmearing_, tokenHepMCBeforeSmearing_, tokenRecoProtonsMultiRP_, tokenRecoProtonsSingleRP_, reco::ForwardProton::validFit(), and extraflags_cff::vtx.

◆ endJob()

void CTPPSProtonReconstructionSimulationValidator::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 392 of file CTPPSProtonReconstructionSimulationValidator.cc.

393  {
394  auto f_out = std::make_unique<TFile>(outputFile_.c_str(), "recreate");
395 
396  for (const auto &mit : plots_) {
397  const char *method = (mit.first == 0) ? "single rp" : "multi rp";
398  TDirectory *d_method = f_out->mkdir(method);
399 
400  for (const auto &eit : mit.second) {
401  gDirectory = d_method->mkdir(Form("%i", eit.first));
402  eit.second.write();
403  }
404  }
405 
406  gDirectory = f_out->mkdir("double arm");

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

◆ 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 LHCInfo lhcInfo 
)
private

Definition at line 350 of file CTPPSProtonReconstructionSimulationValidator.cc.

356  {
357  const double p_nom = lhcInfo.energy();
358  const double xi_simu = (p_nom - mom.rho()) / p_nom;
359  const double th_x_simu = mom.x() / mom.rho();
360  const double th_y_simu = mom.y() / mom.rho();
361  const double vtx_y_simu = vtx.y();
362  const double th_simu = sqrt(th_x_simu * th_x_simu + th_y_simu * th_y_simu);
363  const double t_simu = -reco::ForwardProton::calculateT(p_nom, mom.rho(), th_simu);
364 
365  const double xi_reco = rec_pr.xi();
366  const double th_x_reco = rec_pr.thetaX();
367  const double th_y_reco = rec_pr.thetaY();
368  const double vtx_y_reco = rec_pr.vertex().y() * 10.; // conversion: cm --> mm
369  const double t_reco = -rec_pr.t();
370 
371  auto &plt = plots_[meth_idx][idx];
372 
373  plt.h_xi_reco_vs_xi_simu->Fill(xi_simu, xi_reco);
374  plt.h_de_xi->Fill(xi_reco - xi_simu);
375  plt.p_de_xi_vs_xi_simu->Fill(xi_simu, xi_reco - xi_simu);
376 
377  plt.h_de_th_x->Fill(th_x_reco - th_x_simu);
378  plt.p_de_th_x_vs_xi_simu->Fill(xi_simu, th_x_reco - th_x_simu);
379 
380  plt.h_de_th_y->Fill(th_y_reco - th_y_simu);
381  plt.p_de_th_y_vs_xi_simu->Fill(xi_simu, th_y_reco - th_y_simu);
382 
383  plt.h_de_vtx_y->Fill(vtx_y_reco - vtx_y_simu);
384  plt.p_de_vtx_y_vs_xi_simu->Fill(xi_simu, vtx_y_reco - vtx_y_simu);
385 
386  plt.h_de_t->Fill(t_reco - t_simu);
387  plt.p_de_t_vs_xi_simu->Fill(xi_simu, t_reco - t_simu);
388  plt.p_de_t_vs_t_simu->Fill(t_simu, t_reco - t_simu);

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

Referenced by analyze().

Member Data Documentation

◆ double_arm_plots_

DoubleArmPlotGroup CTPPSProtonReconstructionSimulationValidator::double_arm_plots_
private

Definition at line 181 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze(), and endJob().

◆ lhcInfoLabel_

std::string CTPPSProtonReconstructionSimulationValidator::lhcInfoLabel_
private

Definition at line 59 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by analyze().

◆ outputFile_

std::string CTPPSProtonReconstructionSimulationValidator::outputFile_
private

Definition at line 61 of file CTPPSProtonReconstructionSimulationValidator.cc.

Referenced by endJob().

◆ plots_

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

Definition at line 149 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().

LHCInfo::energy
const float energy() const
Definition: LHCInfo.cc:190
CTPPSProtonReconstructionSimulationValidator::lhcInfoLabel_
std::string lhcInfoLabel_
Definition: CTPPSProtonReconstructionSimulationValidator.cc:59
CTPPSProtonReconstructionSimulationValidator::tokenHepMCAfterSmearing_
edm::EDGetTokenT< edm::HepMCProduct > tokenHepMCAfterSmearing_
Definition: CTPPSProtonReconstructionSimulationValidator.cc:54
reco::ForwardProton::ReconstructionMethod::singleRP
CTPPSProtonReconstructionSimulationValidator::DoubleArmPlotGroup::write
void write() const
Definition: CTPPSProtonReconstructionSimulationValidator.cc:172
patZpeak.handle
handle
Definition: patZpeak.py:23
reco::ForwardProton::thetaY
float thetaY() const
horizontal scattering angle, in rad
Definition: ForwardProton.h:88
AlcaSiPixelAliHarvester0T_cff.method
method
Definition: AlcaSiPixelAliHarvester0T_cff.py:41
CTPPSProtonReconstructionSimulationValidator::fillPlots
void fillPlots(unsigned int meth_idx, unsigned int idx, const reco::ForwardProton &rec_pr, const HepMC::FourVector &vtx, const HepMC::FourVector &mom, const LHCInfo &lhcInfo)
Definition: CTPPSProtonReconstructionSimulationValidator.cc:350
reco::ForwardProton::vertex
const Point & vertex() const
fitted vertex position
Definition: ForwardProton.h:56
year_2016_postTS2_cff.rpId
rpId
Definition: year_2016_postTS2_cff.py:23
edm::Handle< edm::HepMCProduct >
CTPPSProtonReconstructionSimulationValidator::plots_
std::map< unsigned int, std::map< unsigned int, PlotGroup > > plots_
Definition: CTPPSProtonReconstructionSimulationValidator.cc:149
HepMC::GenEvent
Definition: hepmc_rootio.cc:9
heavyIonCSV_trainingSettings.idx
idx
Definition: heavyIonCSV_trainingSettings.py:5
part
part
Definition: HCALResponse.h:20
edm::EventSetup::get
T get() const
Definition: EventSetup.h:80
CTPPSProtonReconstructionSimulationValidator::tokenRecoProtonsMultiRP_
edm::EDGetTokenT< reco::ForwardProtonCollection > tokenRecoProtonsMultiRP_
Definition: CTPPSProtonReconstructionSimulationValidator.cc:57
mathSSE::sqrt
T sqrt(T t)
Definition: SSEVec.h:19
edm::ESHandle< LHCInfo >
LHCInfoRcd
Definition: LHCInfoRcd.h:24
CTPPSProtonReconstructionSimulationValidator::tokenHepMCBeforeSmearing_
edm::EDGetTokenT< edm::HepMCProduct > tokenHepMCBeforeSmearing_
Definition: CTPPSProtonReconstructionSimulationValidator.cc:53
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
reco::ForwardProton::LHCSector::sector56
CTPPSDetId
Base class for CTPPS detector IDs.
Definition: CTPPSDetId.h:31
reco::ForwardProton::xi
float xi() const
longitudinal fractional momentum loss
Definition: ForwardProton.h:84
iEvent
int iEvent
Definition: GenABIO.cc:224
reco::ForwardProton::calculateT
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...
Definition: ForwardProton.cc:44
edm::HepMCProduct::GetEvent
const HepMC::GenEvent * GetEvent() const
Definition: HepMCProduct.h:34
edm::LogError
Log< level::Error, false > LogError
Definition: MessageLogger.h:123
reco::ForwardProton::thetaX
float thetaX() const
vertical scattering angle, in rad
Definition: ForwardProton.h:86
get
#define get
reco::ForwardProton::ReconstructionMethod::multiRP
extraflags_cff.vtx
vtx
Definition: extraflags_cff.py:18
reco::ForwardProton::LHCSector::sector45
CTPPSProtonReconstructionSimulationValidator::outputFile_
std::string outputFile_
Definition: CTPPSProtonReconstructionSimulationValidator.cc:61
CTPPSProtonReconstructionSimulationValidator::DoubleArmPlotGroup::fill
void fill(double time_45, double time_56, double vtx_z, double vtx_t)
Definition: CTPPSProtonReconstructionSimulationValidator.cc:161
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
reco::ForwardProton::t
float t() const
four-momentum transfer squared, in GeV^2
Definition: ForwardProton.cc:51
CTPPSProtonReconstructionSimulationValidator::double_arm_plots_
DoubleArmPlotGroup double_arm_plots_
Definition: CTPPSProtonReconstructionSimulationValidator.cc:181
edm::InputTag
Definition: InputTag.h:15
CTPPSProtonReconstructionSimulationValidator::tokenRecoProtonsSingleRP_
edm::EDGetTokenT< reco::ForwardProtonCollection > tokenRecoProtonsSingleRP_
Definition: CTPPSProtonReconstructionSimulationValidator.cc:56