36 unsigned int w = log10(napatot-1) + 1;
42 for (
Index iapa=0; iapa<napa; ++iapa ) {
43 APAID apaid(cryid, iapa);
50 for (
Index irop=0; irop<nrop; ++irop ) {
51 ROPID ropid(apaid, irop);
54 else if ( view ==
geo::kV ) ++nvv;
55 else if ( view ==
geo::kZ ) ++nvz;
61 for (
Index irop=0; irop<nrop; ++irop ) {
62 ROPID ropid(apaid, irop);
72 if ( nvu > 1 ) ssname << ivu;
76 if ( nvv > 1 ) ssname << ivv;
80 if ( nvz > 1 ) ssname << ivz;
82 ssname <<
"UnknownView";
art::ServiceHandle< geo::Geometry > m_pgeo
enum geo::_plane_proj View_t
Enumerate the possible plane projections.
Class identifying a set of TPC sharing readout channels.
unsigned int NTPCsets(readout::CryostatID const &cryoid) const
Returns the total number of TPC sets in the specified cryostat.
Planes which measure Z direction.
unsigned int Nchannels() const
Returns the number of TPC readout channels in the detector.
fInnerVessel push_back(Point(-578.400000, 0.000000, 0.000000))
raw::ChannelID_t FirstChannelInROP(readout::ROPID const &ropid) const
Returns the ID of the first channel in the specified readout plane.
View_t View(geo::PlaneID const &pid) const
Returns the view (wire orientation) on the channels of specified TPC plane.
Class identifying a set of planes sharing readout channels.
Q_EXPORT QTSManip setw(int w)
IteratorBox< cryostat_id_iterator,&GeometryCore::begin_cryostat_id,&GeometryCore::end_cryostat_id > IterateCryostatIDs() const
Enables ranged-for loops on all cryostat IDs of the detector.
ChannelVectorVector m_chanvecs
unsigned int NROPs(readout::TPCsetID const &tpcsetid) const
Returns the total number of ROP in the specified TPC set.
Q_EXPORT QTSManip setfill(int f)
The data type to uniquely identify a cryostat.