98 std::ostringstream oss;
101 const unsigned int rpDecId =
id.arm() * 100 +
id.station() * 10 +
id.rp();
105 oss <<
" (strip RP " << std::setw(3) << rpDecId;
107 oss <<
", plane " << fid.
plane();
113 oss <<
" (pixel RP " << std::setw(3) << rpDecId;
115 oss <<
", plane " << fid.
plane();
121 oss <<
" (diamd RP " << std::setw(3) << rpDecId;
123 oss <<
", plane " << fid.
plane() <<
", channel " << std::setw(2) << fid.
channel();
129 oss <<
" (totim RP " << std::setw(3) << rpDecId;
131 oss <<
", plane " << fid.
plane() <<
", channel " << std::setw(2) << fid.
channel();
141 time_t unixTime =
event.time().unixTime();
143 strftime(timeStr, 50,
"%F %T", localtime(&unixTime));
145 std::ostringstream oss;
150 <<
" ce: RP center in global coordinates, in mm\n";
152 for (
auto it = geometry.
beginRP(); it != geometry.
endRP(); ++it) {
156 <<
" | ce=(" << t.x() <<
", " << t.y() <<
", " << t.z() <<
")\n";
164 oss <<
"* sensors:\n" 165 <<
" ce: sensor center in global coordinates, in mm\n" 166 <<
" a1: local axis (1, 0, 0) in global coordinates\n" 167 <<
" a2: local axis (0, 1, 0) in global coordinates\n" 168 <<
" a3: local axis (0, 0, 1) in global coordinates\n";
173 const CLHEP::Hep3Vector gl_o = geometry.
localToGlobal(detId, CLHEP::Hep3Vector(0, 0, 0));
174 const CLHEP::Hep3Vector gl_a1 = geometry.
localToGlobal(detId, CLHEP::Hep3Vector(1, 0, 0)) - gl_o;
175 const CLHEP::Hep3Vector gl_a2 = geometry.
localToGlobal(detId, CLHEP::Hep3Vector(0, 1, 0)) - gl_o;
176 const CLHEP::Hep3Vector gl_a3 = geometry.
localToGlobal(detId, CLHEP::Hep3Vector(0, 0, 1)) - gl_o;
178 oss <<
formatDetId(detId) <<
std::fixed << std::setprecision(3) << std::showpos <<
" | ce=(" << gl_o.x() <<
", " 179 << gl_o.y() <<
", " << gl_o.z() <<
")" 180 <<
" | a1=(" << gl_a1.x() <<
", " << gl_a1.y() <<
", " << gl_a1.z() <<
")" 181 <<
" | a2=(" << gl_a2.x() <<
", " << gl_a2.y() <<
", " << gl_a2.z() <<
")" 182 <<
" | a3=(" << gl_a3.x() <<
", " << gl_a3.y() <<
", " << gl_a3.z() <<
")\n";
187 <<
", event=" <<
event.id().event() <<
", UNIX timestamp=" << unixTime <<
" ("
Detector ID class for TOTEM Si strip detectors.
std::string geometryType_
Class to print out information on current geometry.
edm::ESWatcher< VeryForwardRealGeometryRecord > watcherRealGeometry_
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double >> Translation
mapType::const_iterator beginSensor() const
begin iterator over sensors
Event setup record containing the real (actual) geometry information.
#define DEFINE_FWK_MODULE(type)
void analyze(const edm::Event &, const edm::EventSetup &) override
edm::ESWatcher< VeryForwardMisalignedGeometryRecord > watcherMisalignedGeometry_
RPDeviceMapType::const_iterator beginRP() const
begin iterator over RPs
CTPPSGeometryInfo(const edm::ParameterSet &)
static std::string formatDetId(const CTPPSDetId &id, bool printDetails=true)
CLHEP::Hep3Vector localToGlobal(const DetGeomDesc *, const CLHEP::Hep3Vector &) const
The manager class for TOTEM RP geometry.
mapType::const_iterator endSensor() const
end iterator over sensors
RPDeviceMapType::const_iterator endRP() const
end iterator over RPs
bool check(const edm::EventSetup &iSetup)
Base class for CTPPS detector IDs.
ESHandle< TrackerGeometry > geometry
Event setup record containing the misaligned geometry information. It is used for alignment studies o...
void printGeometry(const CTPPSGeometry &, const edm::Event &)
Detector ID class for CTPPS Timing Diamond detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bit...
edm::ESWatcher< IdealGeometryRecord > watcherIdealGeometry_
Detector ID class for CTPPS Totem Timing detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bits ...