CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes
CTPPSRPAlignmentCorrectionsDataESSourceXML Class Reference
Inheritance diagram for CTPPSRPAlignmentCorrectionsDataESSourceXML:
edm::ESProducer edm::EventSetupRecordIntervalFinder edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

 CTPPSRPAlignmentCorrectionsDataESSourceXML (const edm::ParameterSet &p)
 
std::unique_ptr< CTPPSRPAlignmentCorrectionsDataproduceMeasured (const CTPPSRPAlignmentCorrectionsDataRcd &)
 
std::unique_ptr< CTPPSRPAlignmentCorrectionsDataproduceMisaligned (const RPMisalignedAlignmentRecord &)
 
std::unique_ptr< CTPPSRPAlignmentCorrectionsDataproduceReal (const RPRealAlignmentRecord &)
 
 ~CTPPSRPAlignmentCorrectionsDataESSourceXML () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
ESProxyIndex const * getTokenIndices (unsigned int iIndex) const
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~ESProducer ()(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval) override
 overrides DataProxyProvider method More...
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
 DataProxyProvider ()
 
const ComponentDescriptiondescription () const
 
bool isUsingRecord (const EventSetupRecordKey &) const
 
const KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey) const
 
void resetProxies (const EventSetupRecordKey &iRecordType)
 
void resetProxiesIfTransient (const EventSetupRecordKey &iRecordType)
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 
- Public Member Functions inherited from edm::EventSetupRecordIntervalFinder
const eventsetup::ComponentDescriptiondescriptionForFinder () const
 
 EventSetupRecordIntervalFinder ()
 
std::set< eventsetup::EventSetupRecordKeyfindingForRecords () const
 
const ValidityIntervalfindIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &)
 
void setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription)
 
virtual ~EventSetupRecordIntervalFinder () noexcept(false)
 

Protected Member Functions

CTPPSRPAlignmentCorrectionsDataSequence Merge (const std::vector< CTPPSRPAlignmentCorrectionsDataSequence > &) const
 merges an array of sequences to one More...
 
void PrepareSequence (const std::string &label, CTPPSRPAlignmentCorrectionsDataSequence &seq, const std::vector< std::string > &files) const
 builds a sequence of corrections from provided sources and runs a few checks More...
 
void setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
 
- Protected Member Functions inherited from edm::ESProducer
 ESProducer (const ESProducer &)=delete
 
ESProducer const & operator= (const ESProducer &)=delete
 
template<typename T >
auto setWhatProduced (T *iThis, const es::Label &iLabel={})
 
template<typename T >
auto setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
auto setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
auto setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord >
auto setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
ESConsumesCollectorT< TRecord > setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={})
 
- Protected Member Functions inherited from edm::ESProxyFactoryProducer
template<class TFactory >
void registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) override
 override DataProxyProvider method More...
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
void eraseAll (const EventSetupRecordKey &iRecordKey)
 deletes all the Proxies in aStream More...
 
void invalidateProxies (const EventSetupRecordKey &iRecordKey)
 
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &)
 
- Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder
template<class T >
void findingRecord ()
 
void findingRecordWithKey (const eventsetup::EventSetupRecordKey &)
 

Static Protected Member Functions

static edm::EventID nextLS (const edm::EventID &src)
 
static edm::EventID previousLS (const edm::EventID &src)
 

Protected Attributes

CTPPSRPAlignmentCorrectionsData acMeasured
 
CTPPSRPAlignmentCorrectionsData acMisaligned
 
CTPPSRPAlignmentCorrectionsData acReal
 
CTPPSRPAlignmentCorrectionsDataSequence acsMeasured
 
CTPPSRPAlignmentCorrectionsDataSequence acsMisaligned
 
CTPPSRPAlignmentCorrectionsDataSequence acsReal
 
unsigned int verbosity
 

Additional Inherited Members

- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > KeyedProxies
 
typedef std::vector< EventSetupRecordKeyKeys
 
typedef std::map< EventSetupRecordKey, KeyedProxiesRecordProxies
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 

Detailed Description

Loads alignment corrections to EventSetup.

Definition at line 37 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

Constructor & Destructor Documentation

CTPPSRPAlignmentCorrectionsDataESSourceXML::CTPPSRPAlignmentCorrectionsDataESSourceXML ( const edm::ParameterSet p)

Definition at line 95 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References acsMeasured, acsMisaligned, acsReal, f, edm::ParameterSet::getParameter(), PrepareSequence(), produceMeasured(), produceMisaligned(), produceReal(), and edm::ESProducer::setWhatProduced().

95  :
96  verbosity(pSet.getUntrackedParameter<unsigned int>("verbosity", 0))
97 {
98  std::vector<std::string> measuredFiles;
99  for (const auto &f: pSet.getParameter< vector<string> >("MeasuredFiles"))
100  measuredFiles.push_back(edm::FileInPath(f).fullPath());
101  PrepareSequence("Measured", acsMeasured, measuredFiles);
102 
103  std::vector<std::string> realFiles;
104  for (const auto &f: pSet.getParameter< vector<string> >("RealFiles"))
105  realFiles.push_back(edm::FileInPath(f).fullPath());
106  PrepareSequence("Real", acsReal, realFiles);
107 
108  std::vector<std::string> misalignedFiles;
109  for (const auto &f: pSet.getParameter< vector<string> >("MisalignedFiles"))
110  misalignedFiles.push_back(edm::FileInPath(f).fullPath());
111  PrepareSequence("Misaligned", acsMisaligned, misalignedFiles);
112 
116 
117  findingRecord<CTPPSRPAlignmentCorrectionsDataRcd>();
118  findingRecord<RPRealAlignmentRecord>();
119  findingRecord<RPMisalignedAlignmentRecord>();
120 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:124
std::unique_ptr< CTPPSRPAlignmentCorrectionsData > produceMeasured(const CTPPSRPAlignmentCorrectionsDataRcd &)
std::unique_ptr< CTPPSRPAlignmentCorrectionsData > produceMisaligned(const RPMisalignedAlignmentRecord &)
double f[11][100]
void PrepareSequence(const std::string &label, CTPPSRPAlignmentCorrectionsDataSequence &seq, const std::vector< std::string > &files) const
builds a sequence of corrections from provided sources and runs a few checks
std::unique_ptr< CTPPSRPAlignmentCorrectionsData > produceReal(const RPRealAlignmentRecord &)
CTPPSRPAlignmentCorrectionsDataESSourceXML::~CTPPSRPAlignmentCorrectionsDataESSourceXML ( )
override

Definition at line 124 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

125 {
126 }

Member Function Documentation

CTPPSRPAlignmentCorrectionsDataSequence CTPPSRPAlignmentCorrectionsDataESSourceXML::Merge ( const std::vector< CTPPSRPAlignmentCorrectionsDataSequence > &  seqs) const
protected

merges an array of sequences to one

Definition at line 130 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References mixOne_premix_on_sim_cfi::accumulator, PVValHelper::add(), CTPPSRPAlignmentCorrectionsData::addCorrections(), corr, edm::IOVSyncValue::eventID(), edm::ValidityInterval::first(), CTPPSRPAlignmentCorrectionsDataSequence::insert(), CTPPSRPAlignmentCorrectionsMethods::iovValueToString(), edm::ValidityInterval::last(), genParticles_cff::map, nextLS(), AlCaHLTBitMon_ParallelJobs::p, previousLS(), mps_fire::result, and verbosity.

Referenced by nextLS(), and PrepareSequence().

131 {
132  // find interval boundaries
133  map< edm::EventID, vector< pair<bool, const CTPPSRPAlignmentCorrectionsData*> > > bounds;
134 
135  for (const auto & seq : seqs)
136  {
137  for (const auto &p : seq)
138  {
139  const ValidityInterval &iov = p.first;
140  const CTPPSRPAlignmentCorrectionsData *corr = & p.second;
141 
142  const EventID &event_first = iov.first().eventID();
143  bounds[event_first].emplace_back( pair<bool, const CTPPSRPAlignmentCorrectionsData*>(true, corr) );
144 
145  const EventID &event_after = nextLS(iov.last().eventID());
146  bounds[event_after].emplace_back( pair<bool, const CTPPSRPAlignmentCorrectionsData*>(false, corr) );
147  }
148  }
149 
150  // build correction sums per interval
151  set<const CTPPSRPAlignmentCorrectionsData*> accumulator;
153  for (map< EventID, vector< pair<bool, const CTPPSRPAlignmentCorrectionsData*> > >::const_iterator tit = bounds.begin(); tit != bounds.end(); ++tit)
154  {
155  for (const auto & cit : tit->second)
156  {
157  bool add = cit.first;
158  const CTPPSRPAlignmentCorrectionsData *corr = cit.second;
159 
160  if (add)
161  accumulator.insert(corr);
162  else
163  accumulator.erase(corr);
164  }
165 
166  auto tit_next = tit;
167  tit_next++;
168  if (tit_next == bounds.end())
169  break;
170 
171  const EventID &event_first = tit->first;
172  const EventID &event_last = previousLS(tit_next->first);
173 
174  if (verbosity)
175  {
176  LogVerbatim("CTPPSRPAlignmentCorrectionsDataESSourceXML")
179  << ": alignment blocks " << accumulator.size();
180  }
181 
183  for (auto sit : accumulator)
184  corr_sum.addCorrections(*sit);
185 
186  result.insert(edm::ValidityInterval(edm::IOVSyncValue(event_first), edm::IOVSyncValue(event_last)), corr_sum);
187  }
188 
189  return result;
190 }
const EventID & eventID() const
Definition: IOVSyncValue.h:40
Time sequence of alignment corrections. I/O methods have been factored out to: CondFormats/CTPPSReado...
const IOVSyncValue & last() const
static std::string iovValueToString(const edm::IOVSyncValue &)
JetCorrectorParameters corr
Definition: classes.h:5
void addCorrections(const CTPPSRPAlignmentCorrectionsData &, bool sumErrors=true, bool addSh=true, bool addRot=true)
adds (merges) corrections on top of the current values
void insert(const edm::ValidityInterval &iov, const CTPPSRPAlignmentCorrectionsData &data)
void add(std::map< std::string, TH1 * > &h, TH1 *hist)
Container for CTPPS RP alignment corrections. The corrections are stored on two levels - RP and senso...
const IOVSyncValue & first() const
static edm::EventID CTPPSRPAlignmentCorrectionsDataESSourceXML::nextLS ( const edm::EventID src)
inlinestaticprotected

Definition at line 66 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References edm::EventID::event(), PatBasicFWLiteAnalyzer::files, label, edm::EventID::luminosityBlock(), edm::EventID::maxLuminosityBlockNumber(), edm::EventID::maxRunNumber(), Merge(), PrepareSequence(), edm::EventID::run(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by Merge().

67  {
69  {
70  if (src.run() == edm::EventID::maxRunNumber())
71  return src;
72 
73  return edm::EventID(src.run() + 1, 0, src.event());
74  }
75 
76  return edm::EventID(src.run(), src.luminosityBlock() + 1, src.event());
77  }
RunNumber_t run() const
Definition: EventID.h:39
EventNumber_t event() const
Definition: EventID.h:41
static RunNumber_t maxRunNumber()
Definition: EventID.h:103
LuminosityBlockNumber_t luminosityBlock() const
Definition: EventID.h:40
static LuminosityBlockNumber_t maxLuminosityBlockNumber()
Definition: EventID.h:107
void CTPPSRPAlignmentCorrectionsDataESSourceXML::PrepareSequence ( const std::string &  label,
CTPPSRPAlignmentCorrectionsDataSequence seq,
const std::vector< std::string > &  files 
) const
protected

builds a sequence of corrections from provided sources and runs a few checks

Definition at line 194 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References FrontierConditions_GlobalTag_cff::file, CTPPSRPAlignmentCorrectionsMethods::loadFromXML(), Merge(), and verbosity.

Referenced by CTPPSRPAlignmentCorrectionsDataESSourceXML(), and nextLS().

195 {
196  if (verbosity)
197  LogVerbatim(">> CTPPSRPAlignmentCorrectionsDataESSourceXML") << "CTPPSRPAlignmentCorrectionsDataESSourceXML::PrepareSequence(" << label << ")";
198 
199  vector<CTPPSRPAlignmentCorrectionsDataSequence> sequences;
200  for (const auto & file : files)
201  sequences.emplace_back(CTPPSRPAlignmentCorrectionsMethods::loadFromXML(file));
202 
203  seq = Merge(sequences);
204 }
CTPPSRPAlignmentCorrectionsDataSequence Merge(const std::vector< CTPPSRPAlignmentCorrectionsDataSequence > &) const
merges an array of sequences to one
static CTPPSRPAlignmentCorrectionsDataSequence loadFromXML(const std::string &fileName)
loads sequence of alignment corrections from XML file
char const * label
static edm::EventID CTPPSRPAlignmentCorrectionsDataESSourceXML::previousLS ( const edm::EventID src)
inlinestaticprotected

Definition at line 55 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References edm::EventID::event(), edm::EventID::luminosityBlock(), edm::EventID::maxLuminosityBlockNumber(), edm::EventID::maxRunNumber(), and edm::EventID::run().

Referenced by Merge(), and setIntervalFor().

56  {
58  return src;
59 
60  if (src.luminosityBlock() == 0)
62 
63  return edm::EventID(src.run(), src.luminosityBlock() - 1, src.event());
64  }
RunNumber_t run() const
Definition: EventID.h:39
EventNumber_t event() const
Definition: EventID.h:41
static RunNumber_t maxRunNumber()
Definition: EventID.h:103
LuminosityBlockNumber_t luminosityBlock() const
Definition: EventID.h:40
static LuminosityBlockNumber_t maxLuminosityBlockNumber()
Definition: EventID.h:107
std::unique_ptr< CTPPSRPAlignmentCorrectionsData > CTPPSRPAlignmentCorrectionsDataESSourceXML::produceMeasured ( const CTPPSRPAlignmentCorrectionsDataRcd iRecord)

Definition at line 208 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References acMeasured.

Referenced by CTPPSRPAlignmentCorrectionsDataESSourceXML().

209 {
210  return std::make_unique<CTPPSRPAlignmentCorrectionsData>(acMeasured);
211 }
std::unique_ptr< CTPPSRPAlignmentCorrectionsData > CTPPSRPAlignmentCorrectionsDataESSourceXML::produceMisaligned ( const RPMisalignedAlignmentRecord iRecord)

Definition at line 222 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References acMisaligned.

Referenced by CTPPSRPAlignmentCorrectionsDataESSourceXML().

223 {
224  return std::make_unique<CTPPSRPAlignmentCorrectionsData>(acMisaligned);
225 }
std::unique_ptr< CTPPSRPAlignmentCorrectionsData > CTPPSRPAlignmentCorrectionsDataESSourceXML::produceReal ( const RPRealAlignmentRecord iRecord)

Definition at line 215 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References acReal.

Referenced by CTPPSRPAlignmentCorrectionsDataESSourceXML().

216 {
217  return std::make_unique<CTPPSRPAlignmentCorrectionsData>(acReal);
218 }
void CTPPSRPAlignmentCorrectionsDataESSourceXML::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey key,
const edm::IOVSyncValue iosv,
edm::ValidityInterval valInt 
)
overrideprotectedvirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 229 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

References acMeasured, acMisaligned, acReal, acsMeasured, acsMisaligned, acsReal, DEFINE_FWK_EVENTSETUP_SOURCE, edm::IOVSyncValue::endOfTime(), edm::IOVSyncValue::eventID(), Exception, edm::ValidityInterval::first(), CTPPSRPAlignmentCorrectionsMethods::iovValueToString(), edm::ValidityInterval::last(), edm::EventID::luminosityBlock(), edm::EventID::maxLuminosityBlockNumber(), edm::EventID::maxRunNumber(), edm::eventsetup::EventSetupRecordKey::name(), previousLS(), edm::EventID::run(), edm::IOVSyncValue::time(), edm::Timestamp::unixTime(), and verbosity.

231 {
232  if (verbosity)
233  {
234  time_t unixTime = iosv.time().unixTime();
235  char timeStr[50];
236  strftime(timeStr, 50, "%F %T", localtime(&unixTime));
237 
238  LogVerbatim("CTPPSRPAlignmentCorrectionsDataESSourceXML")
239  << ">> CTPPSRPAlignmentCorrectionsDataESSourceXML::setIntervalFor(" << key.name() << ")";
240 
241  LogVerbatim("CTPPSRPAlignmentCorrectionsDataESSourceXML")
242  << " event=" << iosv.eventID() << ", UNIX timestamp=" << unixTime << " (" << timeStr << ")";
243  }
244 
245  // // determine what sequence and corrections should be used
247  CTPPSRPAlignmentCorrectionsData *p_corr = nullptr;
248 
249  if (strcmp(key.name(), "CTPPSRPAlignmentCorrectionsDataRcd") == 0)
250  {
251  p_seq = &acsMeasured;
252  p_corr = &acMeasured;
253  }
254 
255  if (strcmp(key.name(), "RPRealAlignmentRecord") == 0)
256  {
257  p_seq = &acsReal;
258  p_corr = &acReal;
259  }
260 
261  if (strcmp(key.name(), "RPMisalignedAlignmentRecord") == 0)
262  {
263  p_seq = &acsMisaligned;
264  p_corr = &acMisaligned;
265  }
266 
267  if (p_corr == nullptr)
268  throw cms::Exception("CTPPSRPAlignmentCorrectionsDataESSourceXML::setIntervalFor") << "Unknown record " << key.name();
269 
270  // // find the corresponding interval
271  bool next_exists = false;
272  const edm::EventID &event_curr = iosv.eventID();
274 
275  for (const auto &it: *p_seq)
276  {
277  const auto &it_event_first = it.first.first().eventID();
278  const auto &it_event_last = it.first.last().eventID();
279 
280  bool it_contained_lo = ( (it_event_first.run() < event_curr.run()) ||
281  ((it_event_first.run() == event_curr.run()) && (it_event_first.luminosityBlock() <= event_curr.luminosityBlock())) );
282 
283  bool it_contained_up = ( (it_event_last.run() > event_curr.run()) ||
284  ((it_event_last.run() == event_curr.run()) && (it_event_last.luminosityBlock() >= event_curr.luminosityBlock())) );
285 
286  if (it_contained_lo && it_contained_up)
287  {
288  valInt = it.first;
289  *p_corr = it.second;
290 
291  if (verbosity)
292  {
293  LogVerbatim("CTPPSRPAlignmentCorrectionsDataESSourceXML")
294  << " setting validity interval ["
297  }
298 
299  return;
300  }
301 
302  bool it_in_future = ( (it_event_first.run() > event_curr.run()) ||
303  ((it_event_first.run() == event_curr.run() && (it_event_first.luminosityBlock() > event_curr.luminosityBlock()))) );
304 
305  if (it_in_future)
306  {
307  next_exists = true;
308  if (event_next_start > it_event_first)
309  event_next_start = it_event_first;
310  }
311  }
312 
313  // no interval found, set empty corrections
315 
316  if (!next_exists)
317  {
318  valInt = ValidityInterval(iosv, iosv.endOfTime());
319  } else {
320  const EventID &event_last = previousLS(event_next_start);
321  valInt = ValidityInterval(iosv, IOVSyncValue(event_last));
322  }
323 
324  if (verbosity)
325  {
326  LogVerbatim("CTPPSRPAlignmentCorrectionsDataESSourceXML")
327  << " setting validity interval ["
329  << ", " << CTPPSRPAlignmentCorrectionsMethods::iovValueToString(valInt.last()) << "] (empty alignment corrections)";
330  }
331 
332 }
RunNumber_t run() const
Definition: EventID.h:39
static RunNumber_t maxRunNumber()
Definition: EventID.h:103
const EventID & eventID() const
Definition: IOVSyncValue.h:40
Time sequence of alignment corrections. I/O methods have been factored out to: CondFormats/CTPPSReado...
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:19
LuminosityBlockNumber_t luminosityBlock() const
Definition: EventID.h:40
const IOVSyncValue & last() const
static LuminosityBlockNumber_t maxLuminosityBlockNumber()
Definition: EventID.h:107
static std::string iovValueToString(const edm::IOVSyncValue &)
unsigned int unixTime() const
Time in seconds since January 1, 1970.
Definition: Timestamp.h:46
Container for CTPPS RP alignment corrections. The corrections are stored on two levels - RP and senso...
const Timestamp & time() const
Definition: IOVSyncValue.h:42
const IOVSyncValue & first() const

Member Data Documentation

CTPPSRPAlignmentCorrectionsData CTPPSRPAlignmentCorrectionsDataESSourceXML::acMeasured
protected
CTPPSRPAlignmentCorrectionsData CTPPSRPAlignmentCorrectionsDataESSourceXML::acMisaligned
protected
CTPPSRPAlignmentCorrectionsData CTPPSRPAlignmentCorrectionsDataESSourceXML::acReal
protected

Definition at line 51 of file CTPPSRPAlignmentCorrectionsDataESSourceXML.cc.

Referenced by produceReal(), and setIntervalFor().

CTPPSRPAlignmentCorrectionsDataSequence CTPPSRPAlignmentCorrectionsDataESSourceXML::acsMeasured
protected
CTPPSRPAlignmentCorrectionsDataSequence CTPPSRPAlignmentCorrectionsDataESSourceXML::acsMisaligned
protected
CTPPSRPAlignmentCorrectionsDataSequence CTPPSRPAlignmentCorrectionsDataESSourceXML::acsReal
protected
unsigned int CTPPSRPAlignmentCorrectionsDataESSourceXML::verbosity
protected