CMS 3D CMS Logo

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

Classes

struct  ArmPlots
 
struct  RPPlots
 

Public Member Functions

 CTPPSOpticsPlotter (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
 
- 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
 
ESProxyIndex const * esGetTokenIndices (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
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
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
 

Private Attributes

std::map< unsigned int, ArmPlotsarm_plots_
 
std::string opticsLabel_
 
std::string outputFile_
 
std::map< unsigned int, RPPlotsrp_plots_
 
unsigned int rpId_45_F_
 
unsigned int rpId_45_N_
 
unsigned int rpId_56_F_
 
unsigned int rpId_56_N_
 

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
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
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 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<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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)
 

Detailed Description

Definition at line 27 of file CTPPSOpticsPlotter.cc.

Constructor & Destructor Documentation

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

Definition at line 108 of file CTPPSOpticsPlotter.cc.

References arm_plots_, rpId_45_F_, rpId_45_N_, rpId_56_F_, and rpId_56_N_.

109  : opticsLabel_(iConfig.getParameter<std::string>("opticsLabel")),
110 
111  rpId_45_N_(iConfig.getParameter<unsigned int>("rpId_45_N")),
112  rpId_45_F_(iConfig.getParameter<unsigned int>("rpId_45_F")),
113  rpId_56_N_(iConfig.getParameter<unsigned int>("rpId_56_N")),
114  rpId_56_F_(iConfig.getParameter<unsigned int>("rpId_56_F")),
115 
116  outputFile_(iConfig.getParameter<string>("outputFile")) {
117  arm_plots_[0].id_N = rpId_45_N_;
118  arm_plots_[0].id_F = rpId_45_F_;
119 
120  arm_plots_[1].id_N = rpId_56_N_;
121  arm_plots_[1].id_F = rpId_56_F_;
122 }
T getParameter(std::string const &) const
std::map< unsigned int, ArmPlots > arm_plots_

Member Function Documentation

void CTPPSOpticsPlotter::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivate

Definition at line 126 of file CTPPSOpticsPlotter.cc.

References CTPPSDetId::arm(), arm_plots_, edm::EventSetup::get(), training_settings::idx, NULL, opticsLabel_, CTPPSDetId::rp(), rp_plots_, year_2016_postTS2_cff::rpId, CTPPSDetId::station(), LHCInterpolatedOpticalFunctionsSet::transport(), LHCInterpolatedOpticalFunctionsSet::Kinematics::x, protons_cff::xi, and LHCInterpolatedOpticalFunctionsSet::Kinematics::y.

126  {
127  // stop if plots already made
128  if (!rp_plots_.empty())
129  return;
130 
131  // get conditions
133  iSetup.get<CTPPSInterpolatedOpticsRcd>().get(opticsLabel_, hOpticalFunctions);
134 
135  // stop if conditions invalid
136  if (hOpticalFunctions->empty())
137  return;
138 
139  // make per-RP plots
140  for (const auto& it : *hOpticalFunctions) {
141  CTPPSDetId rpId(it.first);
142  unsigned int rpDecId = rpId.arm() * 100 + rpId.station() * 10 + rpId.rp();
143 
144  auto& pl = rp_plots_[rpDecId];
145 
146  LHCInterpolatedOpticalFunctionsSet::Kinematics k_in_beam = {0., 0., 0., 0., 0.};
148  it.second.transport(k_in_beam, k_out_beam);
149 
150  const double vtx_ep = 1E-4; // cm
151  const double th_ep = 1E-6; // rad
152 
153  for (double xi = 0.; xi < 0.30001; xi += 0.001) {
154  LHCInterpolatedOpticalFunctionsSet::Kinematics k_in_xi = {0., 0., 0., 0., xi};
156  it.second.transport(k_in_xi, k_out_xi);
157 
158  LHCInterpolatedOpticalFunctionsSet::Kinematics k_in_xi_vtx_x = {vtx_ep, 0., 0., 0., xi};
160  it.second.transport(k_in_xi_vtx_x, k_out_xi_vtx_x);
161 
162  LHCInterpolatedOpticalFunctionsSet::Kinematics k_in_xi_th_x = {0., th_ep, 0., 0., xi};
164  it.second.transport(k_in_xi_th_x, k_out_xi_th_x);
165 
166  LHCInterpolatedOpticalFunctionsSet::Kinematics k_in_xi_vtx_y = {0., 0., vtx_ep, 0., xi};
168  it.second.transport(k_in_xi_vtx_y, k_out_xi_vtx_y);
169 
170  LHCInterpolatedOpticalFunctionsSet::Kinematics k_in_xi_th_y = {0., 0., 0., th_ep, xi};
172  it.second.transport(k_in_xi_th_y, k_out_xi_th_y);
173 
174  int idx = pl.g_v_x_vs_xi->GetN();
175 
176  pl.g_v_x_vs_xi->SetPoint(idx, xi, (k_out_xi_vtx_x.x - k_out_xi.x) / vtx_ep);
177  pl.g_L_x_vs_xi->SetPoint(idx, xi, (k_out_xi_th_x.x - k_out_xi.x) / th_ep);
178  pl.g_x_D_vs_xi->SetPoint(idx, xi, k_out_xi.x - k_out_beam.x);
179 
180  pl.g_v_y_vs_xi->SetPoint(idx, xi, (k_out_xi_vtx_y.y - k_out_xi.y) / vtx_ep);
181  pl.g_L_y_vs_xi->SetPoint(idx, xi, (k_out_xi_th_y.y - k_out_xi.y) / th_ep);
182  pl.g_y_D_vs_xi->SetPoint(idx, xi, k_out_xi.y - k_out_beam.y);
183 
184  pl.h_y_vs_x_disp->SetPoint(idx, k_out_xi.x - k_out_beam.x, k_out_xi.y - k_out_beam.y);
185  }
186  }
187 
188  // make per-arm plots
189  for (const auto& ap : arm_plots_) {
190  // find optics objects
191  const LHCInterpolatedOpticalFunctionsSet *opt_N = NULL, *opt_F = NULL;
192 
193  for (const auto& it : *hOpticalFunctions) {
194  CTPPSDetId rpId(it.first);
195  unsigned int rpDecId = rpId.arm() * 100 + rpId.station() * 10 + rpId.rp();
196 
197  if (rpDecId == ap.second.id_N)
198  opt_N = &it.second;
199  if (rpDecId == ap.second.id_F)
200  opt_F = &it.second;
201  }
202 
203  if (!opt_N || !opt_F) {
204  edm::LogError("CTPPSOpticsPlotter::analyze") << "Cannot find optics objects for arm " << ap.first;
205  continue;
206  }
207 
208  LHCInterpolatedOpticalFunctionsSet::Kinematics k_in_beam = {0., 0., 0., 0., 0.};
209 
210  LHCInterpolatedOpticalFunctionsSet::Kinematics k_out_beam_N, k_out_beam_F;
211  opt_N->transport(k_in_beam, k_out_beam_N);
212  opt_F->transport(k_in_beam, k_out_beam_F);
213 
214  for (double xi = 0.; xi < 0.30001; xi += 0.001) {
215  LHCInterpolatedOpticalFunctionsSet::Kinematics k_in_xi = {0., 0., 0., 0., xi};
216 
217  LHCInterpolatedOpticalFunctionsSet::Kinematics k_out_xi_N, k_out_xi_F;
218  opt_N->transport(k_in_xi, k_out_xi_N);
219  opt_F->transport(k_in_xi, k_out_xi_F);
220 
221  int idx = ap.second.g_de_x_vs_x_disp->GetN();
222 
223  ap.second.g_de_x_vs_x_disp->SetPoint(
224  idx, k_out_xi_N.x - k_out_beam_N.x, (k_out_xi_F.x - k_out_beam_F.x) - (k_out_xi_N.x - k_out_beam_N.x));
225  ap.second.g_de_y_vs_x_disp->SetPoint(
226  idx, k_out_xi_N.x - k_out_beam_N.x, (k_out_xi_F.y - k_out_beam_F.y) - (k_out_xi_N.y - k_out_beam_N.y));
227  }
228  }
229 }
#define NULL
Definition: scimark2.h:8
std::map< unsigned int, ArmPlots > arm_plots_
std::map< unsigned int, RPPlots > rp_plots_
void transport(const Kinematics &input, Kinematics &output, bool calculateAngles=false) const
transports proton according to the splines
Set of optical functions corresponding to one scoring plane along LHC, including splines for interpol...
Base class for CTPPS detector IDs.
Definition: CTPPSDetId.h:32
T get() const
Definition: EventSetup.h:71
void CTPPSOpticsPlotter::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 233 of file CTPPSOpticsPlotter.cc.

References arm_plots_, DEFINE_FWK_MODULE, outputFile_, AlCaHLTBitMon_ParallelJobs::p, and rp_plots_.

233  {
234  auto f_out = std::make_unique<TFile>(outputFile_.c_str(), "recreate");
235 
236  for (const auto& p : rp_plots_) {
237  gDirectory = f_out->mkdir(Form("%u", p.first));
238  p.second.write();
239  }
240 
241  for (const auto& p : arm_plots_) {
242  gDirectory = f_out->mkdir(Form("arm %u", p.first));
243  p.second.write();
244  }
245 }
std::map< unsigned int, ArmPlots > arm_plots_
std::map< unsigned int, RPPlots > rp_plots_

Member Data Documentation

std::map<unsigned int, ArmPlots> CTPPSOpticsPlotter::arm_plots_
private

Definition at line 98 of file CTPPSOpticsPlotter.cc.

Referenced by analyze(), CTPPSOpticsPlotter(), and endJob().

std::string CTPPSOpticsPlotter::opticsLabel_
private

Definition at line 35 of file CTPPSOpticsPlotter.cc.

Referenced by analyze().

std::string CTPPSOpticsPlotter::outputFile_
private

Definition at line 40 of file CTPPSOpticsPlotter.cc.

Referenced by endJob().

std::map<unsigned int, RPPlots> CTPPSOpticsPlotter::rp_plots_
private

Definition at line 80 of file CTPPSOpticsPlotter.cc.

Referenced by analyze(), and endJob().

unsigned int CTPPSOpticsPlotter::rpId_45_F_
private

Definition at line 37 of file CTPPSOpticsPlotter.cc.

Referenced by CTPPSOpticsPlotter().

unsigned int CTPPSOpticsPlotter::rpId_45_N_
private

Definition at line 37 of file CTPPSOpticsPlotter.cc.

Referenced by CTPPSOpticsPlotter().

unsigned int CTPPSOpticsPlotter::rpId_56_F_
private

Definition at line 38 of file CTPPSOpticsPlotter.cc.

Referenced by CTPPSOpticsPlotter().

unsigned int CTPPSOpticsPlotter::rpId_56_N_
private

Definition at line 38 of file CTPPSOpticsPlotter.cc.

Referenced by CTPPSOpticsPlotter().