Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
geo::ChannelMapStandardAlg Class Reference

#include <ChannelMapStandardAlg.h>

Inheritance diagram for geo::ChannelMapStandardAlg:
geo::ChannelMapAlg

Public Member Functions

 ChannelMapStandardAlg (fhicl::ParameterSet const &p)
 
virtual void Initialize (GeometryData_t const &geodata) override
 Geometry initialisation. More...
 
virtual void Uninitialize () override
 Deconfiguration: prepare for a following call of Initialize() More...
 
virtual std::vector< WireIDChannelToWire (raw::ChannelID_t channel) const override
 
virtual unsigned int Nchannels () const override
 Returns the total number of channels present (not necessarily contiguous) More...
 
virtual unsigned int Nchannels (readout::ROPID const &ropid) const override
 Returns the number of channels in the specified ROP. More...
 
virtual std::set< PlaneID > const & PlaneIDs () const override
 Returns a list of the plane IDs in the whole detector. More...
 
virtual geo::GeoObjectSorter const & Sorter () const override
 Return the sorter. More...
 
virtual double WireCoordinate (double YPos, double ZPos, geo::PlaneID const &planeID) const override
 Returns the index of the wire nearest to the specified position. More...
 
virtual double WireCoordinate (double YPos, double ZPos, unsigned int PlaneNo, unsigned int TPCNo, unsigned int cstat) const override
 Returns the index of the wire nearest to the specified position. More...
 
virtual WireID NearestWireID (const TVector3 &worldPos, geo::PlaneID const &planeID) const override
 Returns the ID of the wire nearest to the specified position. More...
 
virtual WireID NearestWireID (const TVector3 &worldPos, unsigned int PlaneNo, unsigned int TPCNo, unsigned int cstat) const override
 Returns the ID of the wire nearest to the specified position. More...
 
virtual raw::ChannelID_t PlaneWireToChannel (geo::WireID const &wireID) const override
 Returns the channel ID a wire is connected to. More...
 
virtual raw::ChannelID_t PlaneWireToChannel (unsigned int plane, unsigned int wire, unsigned int tpc, unsigned int cstat) const override
 Returns the channel ID a wire is connected to. More...
 
TPC set mapping
virtual unsigned int NTPCsets (readout::CryostatID const &cryoid) const override
 Returns the total number of TPC sets in the specified cryostat. More...
 
virtual unsigned int MaxTPCsets () const override
 Returns the largest number of TPC sets any cryostat in the detector has. More...
 
virtual bool HasTPCset (readout::TPCsetID const &tpcsetid) const override
 
virtual readout::TPCsetID TPCtoTPCset (geo::TPCID const &tpcid) const override
 Returns the ID of the TPC set the specified TPC belongs to. More...
 
virtual std::vector< geo::TPCIDTPCsetToTPCs (readout::TPCsetID const &tpcsetid) const override
 Returns a list of ID of TPCs belonging to the specified TPC set. More...
 
virtual geo::TPCID FirstTPCinTPCset (readout::TPCsetID const &tpcsetid) const override
 Returns the ID of the first TPC belonging to the specified TPC set. More...
 
Readout plane mapping
virtual unsigned int NROPs (readout::TPCsetID const &tpcsetid) const override
 Returns the total number of ROPs in the specified TPC set. More...
 
virtual unsigned int MaxROPs () const override
 Returns the largest number of ROPs a TPC set in the detector has. More...
 
virtual bool HasROP (readout::ROPID const &ropid) const override
 
virtual readout::ROPID WirePlaneToROP (geo::PlaneID const &planeid) const override
 Returns the ID of the ROP planeid belongs to, or invalid if none. More...
 
virtual std::vector< geo::PlaneIDROPtoWirePlanes (readout::ROPID const &ropid) const override
 Returns a list of ID of wire planes belonging to the specified ROP. More...
 
virtual std::vector< geo::TPCIDROPtoTPCs (readout::ROPID const &ropid) const override
 Returns a list of ID of TPCs the specified ROP spans. More...
 
virtual readout::ROPID ChannelToROP (raw::ChannelID_t channel) const override
 Returns the ID of the ROP the channel belongs to (invalid if none) More...
 
virtual raw::ChannelID_t FirstChannelInROP (readout::ROPID const &ropid) const override
 Returns the ID of the first channel in the specified readout plane. More...
 
virtual geo::PlaneID FirstWirePlaneInROP (readout::ROPID const &ropid) const override
 Returns the ID of the first plane belonging to the specified ROP. More...
 
- Public Member Functions inherited from geo::ChannelMapAlg
virtual ~ChannelMapAlg ()=default
 Virtual destructor. More...
 
virtual unsigned int NOpChannels (unsigned int NOpDets) const
 Returns the number of optical channels contained in some detectors. More...
 
virtual unsigned int MaxOpChannel (unsigned int NOpDets) const
 Returns the number of optical channels contained in some detectors. More...
 
virtual unsigned int NOpHardwareChannels (unsigned int opDet) const
 Returns the number of channels in the specified optical detectors. More...
 
virtual bool IsValidOpChannel (unsigned int opChannel, unsigned int NOpDets) const
 Returns whether the ID identifies a valid optical detector channel. More...
 
virtual unsigned int OpChannel (unsigned int detNum, unsigned int hwchannel=0) const
 Returns the channel ID of the specified hardware channel. More...
 
virtual unsigned int OpDetFromOpChannel (unsigned int opChannel) const
 Returns the optical detector the specified optical channel belongs. More...
 
virtual unsigned int HardwareChannelFromOpChannel (unsigned int opChannel) const
 Returns the hardware channel number of specified optical channel. More...
 
unsigned int NearestWire (const TVector3 &worldPos, geo::PlaneID const &planeID) const
 Returns the index of the wire nearest to the specified position. More...
 
unsigned int NearestWire (const TVector3 &worldPos, unsigned int PlaneNo, unsigned int TPCNo, unsigned int cstat) const
 Returns the index of the wire nearest to the specified position. More...
 
virtual size_t NearestAuxDet (const double *point, std::vector< geo::AuxDetGeo > const &auxDets, double tolerance=0) const
 Returns the auxiliary detector closest to the specified point. More...
 
virtual size_t NearestSensitiveAuxDet (const double *point, std::vector< geo::AuxDetGeo > const &auxDets, double tolerance=0) const
 Returns sensitive auxiliary detector closest to specified point. More...
 
virtual size_t ChannelToAuxDet (std::vector< geo::AuxDetGeo > const &auxDets, std::string const &detName, uint32_t const &channel) const
 Returns the index of the detector containing the specified channel. More...
 
virtual std::pair< size_t, size_t > ChannelToSensitiveAuxDet (std::vector< geo::AuxDetGeo > const &auxDets, std::string const &detName, uint32_t const &channel) const
 Returns the index of the sensitive detector containing the channel. More...
 
const std::vector< std::vector< std::vector< raw::ChannelID_t > > > FirstChannelInNextPlane () const
 Retrieve the private fFirstChannelInNextPlane vector for testing. More...
 
const std::vector< std::vector< std::vector< raw::ChannelID_t > > > FirstChannelInThisPlane () const
 Retrieve the private fFirstChannelInThisPlane vector for testing. More...
 
virtual bool HasChannel (raw::ChannelID_t channel) const
 Returns whether the specified channel is valid This default implementation assumes all channels up to Nchannels() valid. More...
 
geo::SigType_t SignalTypeForChannel (raw::ChannelID_t const channel) const
 Return the signal type of the specified channel. More...
 
geo::SigType_t SignalTypeForROPID (readout::ROPID const &ropid) const
 Return the signal type on the specified readout plane. More...
 

Private Member Functions

virtual SigType_t SignalTypeForChannelImpl (raw::ChannelID_t const channel) const override
 Return the signal type of the specified channel. More...
 
unsigned int WireCount (geo::PlaneID const &id) const
 Retrieved the wire cound for the specified plane ID. More...
 
unsigned int MaxTPCs () const
 Returns the largest number of TPCs in a single cryostat. More...
 

Static Private Member Functions

static readout::TPCsetID ConvertTPCtoTPCset (geo::TPCID const &tpcid)
 Converts a TPC ID into a TPC set ID using the same numerical indices. More...
 
static geo::TPCID ConvertTPCsetToTPC (readout::TPCsetID const &tpcsetid)
 Converts a TPC set ID into a TPC ID using the same numerical indices. More...
 
static readout::ROPID ConvertWirePlaneToROP (geo::PlaneID const &planeid)
 Converts a ROP ID into a wire plane ID using the same numerical indices. More...
 
static geo::PlaneID ConvertROPtoWirePlane (readout::ROPID const &ropid)
 Converts a wire plane ID into a ROP ID using the same numerical indices. More...
 

Private Attributes

unsigned int fNcryostat
 number of cryostats in the detector More...
 
unsigned int fNchannels
 number of channels in the detector More...
 
raw::ChannelID_t fTopChannel
 book keeping highest channel # More...
 
std::vector< unsigned int > fNTPC
 number of TPCs in each cryostat More...
 
std::set< View_tfViews
 vector of the views present in the detector More...
 
std::set< PlaneIDfPlaneIDs
 vector of the PlaneIDs present in the detector More...
 
PlaneInfoMap_t< float > fFirstWireProj
 
PlaneInfoMap_t< float > fOrthVectorsY
 Unit vectors orthogonal to wires in. More...
 
PlaneInfoMap_t< float > fOrthVectorsZ
 
PlaneInfoMap_t< float > fWireCounts
 
TPCInfoMap_t< unsigned int > fNPlanes
 
PlaneInfoMap_t< unsigned int > fPlaneBaselines
 
PlaneInfoMap_t< unsigned int > fWiresPerPlane
 
geo::GeoObjectSorterStandard fSorter
 class to sort geo objects More...
 

Additional Inherited Members

- Protected Types inherited from geo::ChannelMapAlg
template<typename T >
using TPCInfoMap_t = std::vector< std::vector< T >>
 Data type for per-TPC information. More...
 
template<typename T >
using PlaneInfoMap_t = TPCInfoMap_t< std::vector< T >>
 Data type for per-plane information. More...
 
- Protected Member Functions inherited from geo::ChannelMapAlg
template<typename T >
T const & AccessElement (PlaneInfoMap_t< T > const &map, geo::PlaneID const &id) const
 Returns the specified element of the plane map. More...
 
template<typename T >
size_t AccessElementSize (PlaneInfoMap_t< T > const &map, geo::TPCID const &id) const
 Returns the number of elements in the specified TPC of the plane map. More...
 
template<typename T >
T const * GetElementPtr (PlaneInfoMap_t< T > const &map, geo::PlaneID const &id) const
 Returns a pointer to the specified element, or nullptr if invalid. More...
 
template<typename T >
T const & AccessElement (TPCInfoMap_t< T > const &map, geo::TPCID const &id) const
 Returns the specified element of the TPC map. More...
 
template<typename T >
size_t AccessElementSize (TPCInfoMap_t< T > const &map, geo::CryostatID const &id) const
 Returns the number of elements in the specified cryostat of the TPC map. More...
 
template<typename T >
bool isValidElement (TPCInfoMap_t< T > const &map, geo::CryostatID const &id) const
 Returns whether the ID specifies a valid entry. More...
 
template<typename T >
bool isValidElement (TPCInfoMap_t< T > const &map, geo::TPCID const &id) const
 
template<typename T >
bool isValidElement (PlaneInfoMap_t< T > const &map, geo::CryostatID const &id) const
 Returns whether the ID specifies a valid entry. More...
 
template<typename T >
bool isValidElement (PlaneInfoMap_t< T > const &map, geo::TPCID const &id) const
 
template<typename T >
bool isValidElement (PlaneInfoMap_t< T > const &map, geo::PlaneID const &id) const
 
virtual geo::SigType_t SignalTypeForROPIDImpl (readout::ROPID const &ropid) const
 Return the signal type on the specified readout plane. More...
 
- Protected Attributes inherited from geo::ChannelMapAlg
PlaneInfoMap_t< raw::ChannelID_tfFirstChannelInThisPlane
 
PlaneInfoMap_t< raw::ChannelID_tfFirstChannelInNextPlane
 
std::map< std::string, size_t > fADNameToGeo
 map the names of the dets to the AuxDetGeo objects More...
 
std::map< size_t, std::vector< size_t > > fADChannelToSensitiveGeo
 

Detailed Description

Definition at line 22 of file ChannelMapStandardAlg.h.

Constructor & Destructor Documentation

geo::ChannelMapStandardAlg::ChannelMapStandardAlg ( fhicl::ParameterSet const &  p)

Definition at line 24 of file ChannelMapStandardAlg.cxx.

26  {
27  }
p
Definition: test.py:223
geo::GeoObjectSorterStandard fSorter
class to sort geo objects

Member Function Documentation

readout::ROPID geo::ChannelMapStandardAlg::ChannelToROP ( raw::ChannelID_t  channel) const
overridevirtual

Returns the ID of the ROP the channel belongs to (invalid if none)

Implements geo::ChannelMapAlg.

Definition at line 433 of file ChannelMapStandardAlg.cxx.

434  {
435  if (!raw::isValidChannelID(channel)) return {}; // invalid ROP returned
436 
437  // which wires does the channel cover?
438  std::vector<geo::WireID> wires = ChannelToWire(channel);
439 
440  // - none:
441  if (wires.empty()) return {}; // invalid ROP returned
442 
443  // - one: maps its plane ID into a ROP ID
444  return WirePlaneToROP(wires[0]);
445  } // ChannelMapStandardAlg::ROPtoTPCs()
uint8_t channel
Definition: CRTFragment.hh:201
virtual readout::ROPID WirePlaneToROP(geo::PlaneID const &planeid) const override
Returns the ID of the ROP planeid belongs to, or invalid if none.
constexpr bool isValidChannelID(raw::ChannelID_t channel)
Definition: RawTypes.h:37
virtual std::vector< WireID > ChannelToWire(raw::ChannelID_t channel) const override
std::vector< geo::WireID > geo::ChannelMapStandardAlg::ChannelToWire ( raw::ChannelID_t  channel) const
overridevirtual

Returns a list of TPC wires connected to the specified readout channel ID

Exceptions
cet::exception(category: "Geometry") if non-existent channel

Implements geo::ChannelMapAlg.

Definition at line 146 of file ChannelMapStandardAlg.cxx.

147  {
148  std::vector< geo::WireID > AllSegments;
149  unsigned int cstat = 0;
150  unsigned int tpc = 0;
151  unsigned int plane = 0;
152  unsigned int wire = 0;
153 
154  // first check if this channel ID is legal
155  if(channel > fTopChannel)
156  throw cet::exception("Geometry") << "ILLEGAL CHANNEL ID for channel " << channel << "\n";
157 
158  // then go find which plane, tpc and cryostat it is in from the information we stored earlier
159  bool foundWid(false);
160  for(unsigned int csloop = 0; csloop != fNcryostat; ++csloop){
161  for(unsigned int tpcloop = 0; tpcloop != fNTPC[csloop]; ++tpcloop){
162  for(unsigned int planeloop = 0; planeloop != fFirstChannelInNextPlane[csloop][tpcloop].size(); ++planeloop){
163  if(channel < fFirstChannelInNextPlane[csloop][tpcloop][planeloop]){
164  cstat = csloop;
165  tpc = tpcloop;
166  plane = planeloop;
167  wire = channel - fFirstChannelInThisPlane[cstat][tpcloop][planeloop];
168  foundWid = true;
169  break;
170  }
171  if(foundWid) break;
172  }// end plane loop
173  if(foundWid) break;
174  }// end tpc loop
175  if(foundWid) break;
176  }// end cryostat loop
177 
178  geo::WireID CodeWire(cstat, tpc, plane, wire);
179 
180  AllSegments.push_back(CodeWire);
181 
182  return AllSegments;
183  }
uint8_t channel
Definition: CRTFragment.hh:201
PlaneInfoMap_t< raw::ChannelID_t > fFirstChannelInThisPlane
unsigned int fNcryostat
number of cryostats in the detector
raw::ChannelID_t fTopChannel
book keeping highest channel #
PlaneInfoMap_t< raw::ChannelID_t > fFirstChannelInNextPlane
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33
std::vector< unsigned int > fNTPC
number of TPCs in each cryostat
geo::PlaneID geo::ChannelMapStandardAlg::ConvertROPtoWirePlane ( readout::ROPID const &  ropid)
staticprivate

Converts a wire plane ID into a ROP ID using the same numerical indices.

Definition at line 506 of file ChannelMapStandardAlg.cxx.

507  {
508  if (!ropid.isValid) return {};
509  return {
510  (geo::CryostatID::CryostatID_t) ropid.Cryostat,
511  (geo::TPCID::TPCID_t) ropid.TPCset,
512  (geo::PlaneID::PlaneID_t) ropid.ROP
513  };
514  } // ChannelMapStandardAlg::ConvertROPtoWirePlane()
unsigned int PlaneID_t
Type for the ID number.
Definition: geo_types.h:473
unsigned int CryostatID_t
Type for the ID number.
Definition: geo_types.h:191
unsigned int TPCID_t
Type for the ID number.
Definition: geo_types.h:387
geo::TPCID geo::ChannelMapStandardAlg::ConvertTPCsetToTPC ( readout::TPCsetID const &  tpcsetid)
staticprivate

Converts a TPC set ID into a TPC ID using the same numerical indices.

Definition at line 480 of file ChannelMapStandardAlg.cxx.

481  {
482  if (!tpcsetid.isValid) return {};
483  return {
484  (geo::CryostatID::CryostatID_t) tpcsetid.Cryostat,
485  (geo::TPCID::TPCID_t) tpcsetid.TPCset
486  };
487  } // ChannelMapStandardAlg::ConvertTPCsetToTPC()
unsigned int CryostatID_t
Type for the ID number.
Definition: geo_types.h:191
unsigned int TPCID_t
Type for the ID number.
Definition: geo_types.h:387
readout::TPCsetID geo::ChannelMapStandardAlg::ConvertTPCtoTPCset ( geo::TPCID const &  tpcid)
staticprivate

Converts a TPC ID into a TPC set ID using the same numerical indices.

Definition at line 468 of file ChannelMapStandardAlg.cxx.

469  {
470  if (!tpcid.isValid) return {}; // invalid ID, default-constructed
471  return {
472  (readout::CryostatID::CryostatID_t) tpcid.Cryostat,
474  };
475  } // ChannelMapStandardAlg::ConvertTPCtoTPCset()
unsigned short TPCsetID_t
Type for the ID number.
Definition: readout_types.h:71
unsigned int CryostatID_t
Type for the ID number.
Definition: geo_types.h:191
readout::ROPID geo::ChannelMapStandardAlg::ConvertWirePlaneToROP ( geo::PlaneID const &  planeid)
staticprivate

Converts a ROP ID into a wire plane ID using the same numerical indices.

Definition at line 492 of file ChannelMapStandardAlg.cxx.

493  {
494  if (!planeid.isValid) return {}; // invalid ID, default-constructed
495  return {
496  (readout::CryostatID::CryostatID_t) planeid.Cryostat,
497  (readout::TPCsetID::TPCsetID_t) planeid.TPC,
498  (readout::ROPID::ROPID_t) planeid.Plane
499  };
500 
501  } // ChannelMapStandardAlg::ConvertWirePlaneToROP()
unsigned int ROPID_t
Type for the ID number.
unsigned short TPCsetID_t
Type for the ID number.
Definition: readout_types.h:71
unsigned int CryostatID_t
Type for the ID number.
Definition: geo_types.h:191
raw::ChannelID_t geo::ChannelMapStandardAlg::FirstChannelInROP ( readout::ROPID const &  ropid) const
overridevirtual

Returns the ID of the first channel in the specified readout plane.

Parameters
ropidID of the readout plane
Returns
ID of first channel, or raw::InvalidChannelID if ID is invalid

Note that this check is performed on the validity of the readout plane ID, that does not necessarily imply that the readout plane specified by the ID actually exists. Check if the ROP exists with HasROP(). The behaviour for non-existing readout planes is undefined.

Implements geo::ChannelMapAlg.

Definition at line 450 of file ChannelMapStandardAlg.cxx.

451  {
452  if (!ropid.isValid) return raw::InvalidChannelID;
453  return (raw::ChannelID_t)
455  } // ChannelMapStandardAlg::FirstChannelInROP()
static geo::PlaneID ConvertROPtoWirePlane(readout::ROPID const &ropid)
Converts a wire plane ID into a ROP ID using the same numerical indices.
T const & AccessElement(TPCInfoMap_t< T > const &map, geo::TPCID const &id) const
Returns the specified element of the TPC map.
constexpr ChannelID_t InvalidChannelID
ID of an invalid channel.
Definition: RawTypes.h:32
PlaneInfoMap_t< unsigned int > fPlaneBaselines
unsigned int ChannelID_t
Type representing the ID of a readout channel.
Definition: RawTypes.h:28
geo::TPCID geo::ChannelMapStandardAlg::FirstTPCinTPCset ( readout::TPCsetID const &  tpcsetid) const
overridevirtual

Returns the ID of the first TPC belonging to the specified TPC set.

Implements geo::ChannelMapAlg.

Definition at line 362 of file ChannelMapStandardAlg.cxx.

363  {
364  return ConvertTPCsetToTPC(tpcsetid);
365  } // ChannelMapStandardAlg::FirstTPCinTPCset()
static geo::TPCID ConvertTPCsetToTPC(readout::TPCsetID const &tpcsetid)
Converts a TPC set ID into a TPC ID using the same numerical indices.
geo::PlaneID geo::ChannelMapStandardAlg::FirstWirePlaneInROP ( readout::ROPID const &  ropid) const
overridevirtual

Returns the ID of the first plane belonging to the specified ROP.

Implements geo::ChannelMapAlg.

Definition at line 460 of file ChannelMapStandardAlg.cxx.

461  {
462  return ConvertROPtoWirePlane(ropid);
463  } // ChannelMapStandardAlg::FirstWirePlaneInROP()
static geo::PlaneID ConvertROPtoWirePlane(readout::ROPID const &ropid)
Converts a wire plane ID into a ROP ID using the same numerical indices.
bool geo::ChannelMapStandardAlg::HasROP ( readout::ROPID const &  ropid) const
overridevirtual

Returns whether we have the specified ROP

Returns
whether the readout plane is valid and exists

Implements geo::ChannelMapAlg.

Definition at line 397 of file ChannelMapStandardAlg.cxx.

397  {
398  return ropid.ROP < NROPs(ropid);
399  } // ChannelMapStandardAlg::HasROP()
virtual unsigned int NROPs(readout::TPCsetID const &tpcsetid) const override
Returns the total number of ROPs in the specified TPC set.
bool geo::ChannelMapStandardAlg::HasTPCset ( readout::TPCsetID const &  tpcsetid) const
overridevirtual

Returns whether we have the specified TPC set

Returns
whether the TPC set is valid and exists

Implements geo::ChannelMapAlg.

Definition at line 336 of file ChannelMapStandardAlg.cxx.

337  {
338  return tpcsetid.TPCset < NTPCsets(tpcsetid);
339  } // ChannelMapStandardAlg::HasTPCset()
virtual unsigned int NTPCsets(readout::CryostatID const &cryoid) const override
Returns the total number of TPC sets in the specified cryostat.
void geo::ChannelMapStandardAlg::Initialize ( GeometryData_t const &  geodata)
overridevirtual

Geometry initialisation.

Implements geo::ChannelMapAlg.

Definition at line 30 of file ChannelMapStandardAlg.cxx.

31  {
32  // start over:
33  Uninitialize();
34 
35  std::vector<geo::CryostatGeo> const& cgeo = geodata.cryostats;
36 
37  fNcryostat = cgeo.size();
38 
39  mf::LogInfo("ChannelMapStandardAlg") << "Initializing Standard ChannelMap...";
40 
41  fNTPC.resize(fNcryostat);
42  fWireCounts.resize(fNcryostat);
43  fNPlanes.resize(fNcryostat);
44  fFirstWireProj.resize(fNcryostat);
45  fOrthVectorsY.resize(fNcryostat);
46  fOrthVectorsZ.resize(fNcryostat);
48  fWiresPerPlane.resize(fNcryostat);
51  fPlaneIDs.clear();
52  fTopChannel = 0;
53 
54  int RunningTotal = 0;
55 
56  for(unsigned int cs = 0; cs != fNcryostat; ++cs){
57  geo::CryostatGeo const& cryo = cgeo[cs];
58  fNTPC[cs] = cryo.NTPC();
59 
60  // Size up all the vectors
61  fWireCounts[cs] .resize(fNTPC[cs]);
62  fFirstWireProj[cs] .resize(fNTPC[cs]);
63  fOrthVectorsY[cs] .resize(fNTPC[cs]);
64  fOrthVectorsZ[cs] .resize(fNTPC[cs]);
65  fPlaneBaselines[cs] .resize(fNTPC[cs]);
66  fWiresPerPlane[cs] .resize(fNTPC[cs]);
67  fNPlanes[cs] .resize(fNTPC[cs]);
68  fFirstChannelInThisPlane[cs].resize(fNTPC[cs]);
69  fFirstChannelInNextPlane[cs].resize(fNTPC[cs]);
70 
71  for(unsigned int TPCCount = 0; TPCCount != fNTPC[cs]; ++TPCCount){
72  geo::TPCGeo const& TPC = cryo.TPC(TPCCount);
73  unsigned int PlanesThisTPC = TPC.Nplanes();
74  fWireCounts[cs][TPCCount] .resize(PlanesThisTPC);
75  fFirstWireProj[cs][TPCCount].resize(PlanesThisTPC);
76  fOrthVectorsY[cs][TPCCount] .resize(PlanesThisTPC);
77  fOrthVectorsZ[cs][TPCCount] .resize(PlanesThisTPC);
78  fNPlanes[cs][TPCCount]=PlanesThisTPC;
79  for(unsigned int PlaneCount = 0; PlaneCount != PlanesThisTPC; ++PlaneCount){
80  geo::PlaneGeo const& plane = TPC.Plane(PlaneCount);
81 
82  fPlaneIDs.emplace(PlaneID(cs, TPCCount, PlaneCount));
83  double ThisWirePitch = TPC.WirePitch(PlaneCount);
84  fWireCounts[cs][TPCCount][PlaneCount] = plane.Nwires();
85 
86  double WireCentre1[3] = {0.,0.,0.};
87  double WireCentre2[3] = {0.,0.,0.};
88 
89  const geo::WireGeo& firstWire = plane.Wire(0);
90  const double sth = firstWire.SinThetaZ(), cth = firstWire.CosThetaZ();
91 
92  firstWire.GetCenter(WireCentre1,0);
93  plane.Wire(1).GetCenter(WireCentre2,0);
94 
95  // figure out if we need to flip the orthogonal vector
96  // (should point from wire n -> n+1)
97  double OrthY = cth, OrthZ = -sth;
98  if(((WireCentre2[1] - WireCentre1[1])*OrthY
99  + (WireCentre2[2] - WireCentre1[2])*OrthZ) < 0){
100  OrthZ *= -1;
101  OrthY *= -1;
102  }
103 
104  // Overall we are trying to build an expression that looks like
105  // int NearestWireNumber = round((worldPos.OrthVector - FirstWire.OrthVector)/WirePitch);
106  // That runs as fast as humanly possible.
107  // We predivide everything by the wire pitch so we don't do this in the loop.
108  //
109  // Putting this together into the useful constants we will use later per plane and tpc:
110  fOrthVectorsY[cs][TPCCount][PlaneCount] = OrthY / ThisWirePitch;
111  fOrthVectorsZ[cs][TPCCount][PlaneCount] = OrthZ / ThisWirePitch;
112 
113  fFirstWireProj[cs][TPCCount][PlaneCount] = WireCentre1[1]*OrthY + WireCentre1[2]*OrthZ;
114  fFirstWireProj[cs][TPCCount][PlaneCount] /= ThisWirePitch;
115 
116  // now to count up wires in each plane and get first channel in each plane
117  int WiresThisPlane = plane.Nwires();
118  fWiresPerPlane[cs] .at(TPCCount).push_back(WiresThisPlane);
119  fPlaneBaselines[cs].at(TPCCount).push_back(RunningTotal);
120 
121  RunningTotal += WiresThisPlane;
122 
123  fFirstChannelInThisPlane[cs].at(TPCCount).push_back(fTopChannel);
124  fTopChannel += WiresThisPlane;
125  fFirstChannelInNextPlane[cs].at(TPCCount).push_back(fTopChannel);
126 
127  }// end loop over planes
128  }// end loop over TPCs
129  }// end loop over cryostats
130 
131  // calculate the total number of channels in the detector
133 
134  MF_LOG_DEBUG("ChannelMapStandard") << "# of channels is " << fNchannels;
135 
136 
137  return;
138  }
Geometry description of a TPC wireThe wire is a single straight segment on a wire plane...
Definition: WireGeo.h:65
TPCInfoMap_t< unsigned int > fNPlanes
PlaneInfoMap_t< float > fWireCounts
WireGeo const & Wire(unsigned int iwire) const
Definition: PlaneGeo.cxx:506
MaybeLogger_< ELseverityLevel::ELsev_info, false > LogInfo
unsigned int Nplanes() const
Number of planes in this tpc.
Definition: TPCGeo.h:165
double SinThetaZ() const
Definition: WireGeo.h:265
Geometry information for a single TPC.
Definition: TPCGeo.h:38
Geometry information for a single cryostat.
Definition: CryostatGeo.h:43
PlaneInfoMap_t< raw::ChannelID_t > fFirstChannelInThisPlane
PlaneInfoMap_t< float > fOrthVectorsZ
unsigned int fNcryostat
number of cryostats in the detector
Geometry information for a single wire plane.The plane is represented in the geometry by a solid whic...
Definition: PlaneGeo.h:82
PlaneInfoMap_t< unsigned int > fPlaneBaselines
unsigned int NTPC() const
Number of TPCs in this cryostat.
Definition: CryostatGeo.h:181
PlaneInfoMap_t< unsigned int > fWiresPerPlane
double WirePitch(unsigned plane=0) const
Definition: TPCGeo.cxx:396
PlaneInfoMap_t< float > fFirstWireProj
std::set< PlaneID > fPlaneIDs
vector of the PlaneIDs present in the detector
unsigned int fNchannels
number of channels in the detector
const TPCGeo & TPC(unsigned int itpc) const
Return the itpc&#39;th TPC in the cryostat.
Definition: CryostatGeo.cxx:93
virtual void Uninitialize() override
Deconfiguration: prepare for a following call of Initialize()
unsigned int Nwires() const
Number of wires in this plane.
Definition: PlaneGeo.h:269
#define MF_LOG_DEBUG(id)
PlaneInfoMap_t< float > fOrthVectorsY
Unit vectors orthogonal to wires in.
raw::ChannelID_t fTopChannel
book keeping highest channel #
detail::Node< FrameID, bool > PlaneID
Definition: CRTID.h:125
PlaneGeo const & Plane(geo::View_t view) const
Return the plane in the tpc with View_t view.
Definition: TPCGeo.cxx:263
void GetCenter(double *xyz, double localz=0.0) const
Fills the world coordinate of a point on the wire.
Definition: WireGeo.cxx:73
double CosThetaZ() const
Returns trigonometric operations on ThetaZ()
Definition: WireGeo.h:264
PlaneInfoMap_t< raw::ChannelID_t > fFirstChannelInNextPlane
const char * cs
std::vector< unsigned int > fNTPC
number of TPCs in each cryostat
unsigned int geo::ChannelMapStandardAlg::MaxROPs ( ) const
overridevirtual

Returns the largest number of ROPs a TPC set in the detector has.

Implements geo::ChannelMapAlg.

Definition at line 387 of file ChannelMapStandardAlg.cxx.

387  {
388  unsigned int max = 0;
389  for (auto const& cryo_tpc: fNPlanes)
390  for (unsigned int nPlanes: cryo_tpc)
391  if (nPlanes > max) max = nPlanes;
392  return max;
393  } // ChannelMapStandardAlg::MaxROPs()
TPCInfoMap_t< unsigned int > fNPlanes
static int max(int a, int b)
unsigned int geo::ChannelMapStandardAlg::MaxTPCs ( ) const
private

Returns the largest number of TPCs in a single cryostat.

Definition at line 369 of file ChannelMapStandardAlg.cxx.

370  {
371  unsigned int max = 0;
372  for (unsigned int nTPCs: fNTPC) if (nTPCs > max) max = nTPCs;
373  return max;
374  } // ChannelMapStandardAlg::MaxTPCs()
static int max(int a, int b)
std::vector< unsigned int > fNTPC
number of TPCs in each cryostat
unsigned int geo::ChannelMapStandardAlg::MaxTPCsets ( ) const
overridevirtual

Returns the largest number of TPC sets any cryostat in the detector has.

Implements geo::ChannelMapAlg.

Definition at line 329 of file ChannelMapStandardAlg.cxx.

330  {
331  return MaxTPCs();
332  } // ChannelMapStandardAlg::MaxTPCsets()
unsigned int MaxTPCs() const
Returns the largest number of TPCs in a single cryostat.
raw::ChannelID_t geo::ChannelMapStandardAlg::Nchannels ( ) const
overridevirtual

Returns the total number of channels present (not necessarily contiguous)

Implements geo::ChannelMapAlg.

Definition at line 186 of file ChannelMapStandardAlg.cxx.

187  {
188  return fNchannels;
189  }
unsigned int fNchannels
number of channels in the detector
unsigned int geo::ChannelMapStandardAlg::Nchannels ( readout::ROPID const &  ropid) const
overridevirtual

Returns the number of channels in the specified ROP.

Returns
number of channels in the specified ROP, 0 if non-existent

Implements geo::ChannelMapAlg.

Definition at line 193 of file ChannelMapStandardAlg.cxx.

194  {
195  if (!HasROP(ropid)) return 0;
196  // The number of channels matches the number of wires. Life is easy.
197  return WireCount(FirstWirePlaneInROP(ropid));
198  } // ChannelMapStandardAlg::Nchannels(ROPID)
unsigned int WireCount(geo::PlaneID const &id) const
Retrieved the wire cound for the specified plane ID.
virtual bool HasROP(readout::ROPID const &ropid) const override
virtual geo::PlaneID FirstWirePlaneInROP(readout::ROPID const &ropid) const override
Returns the ID of the first plane belonging to the specified ROP.
WireID geo::ChannelMapStandardAlg::NearestWireID ( const TVector3 &  worldPos,
geo::PlaneID const &  planeID 
) const
overridevirtual

Returns the ID of the wire nearest to the specified position.

Parameters
worldPosposition to be tested
planeIDplane containing the wire
Returns
the ID of the wire closest to worldPos in the specified plane
Exceptions
InvalidWireIDErrorthe ID found is not present in the detector
See also
WireCoordinate(double, double, geo::PlaneID const&)

The plane is required to be valid and exist in the detector. Otherwise, the behaviour is undefined. An exception is thrown if the wire that would be the closest is actually not present; but no check is performed whether the specified position is outside the wire plane: wires are extrapolated to be infinitely long. In other words, the result can be trusted only as long as the position is within the specified wire plane.

Reimplemented from geo::ChannelMapAlg.

Definition at line 216 of file ChannelMapStandardAlg.cxx.

217  {
218 
219  // This part is the actual calculation of the nearest wire number, where we assume
220  // uniform wire pitch and angle within a wireplane
221 
222  // add 0.5 to have the correct rounding
223  int NearestWireNumber = int
224  (0.5 + WireCoordinate(worldPos.Y(), worldPos.Z(), planeID));
225 
226  // If we are outside of the wireplane range, throw an exception
227  // (this response maintains consistency with the previous
228  // implementation based on geometry lookup)
229  if(NearestWireNumber < 0 ||
230  (unsigned int) NearestWireNumber >= WireCount(planeID))
231  {
232  int wireNumber = NearestWireNumber; // save for the output
233 
234  if(NearestWireNumber < 0 ) NearestWireNumber = 0;
235  else NearestWireNumber = WireCount(planeID) - 1;
236 
237  throw InvalidWireIDError("Geometry", wireNumber, NearestWireNumber)
238  << "Can't Find Nearest Wire for position ("
239  << worldPos[0] << "," << worldPos[1] << "," << worldPos[2] << ")"
240  << " in plane " << std::string(planeID) << " approx wire number # "
241  << wireNumber << " (capped from " << NearestWireNumber << ")\n";
242  }
243 
244  return geo::WireID(planeID, (geo::WireID::WireID_t) NearestWireNumber);
245  }
std::string string
Definition: nybbler.cc:12
unsigned int WireCount(geo::PlaneID const &id) const
Retrieved the wire cound for the specified plane ID.
IDparameter< geo::WireID > WireID
Member type of validated geo::WireID parameter.
unsigned int WireID_t
Type for the ID number.
Definition: geo_types.h:561
virtual double WireCoordinate(double YPos, double ZPos, geo::PlaneID const &planeID) const override
Returns the index of the wire nearest to the specified position.
virtual WireID geo::ChannelMapStandardAlg::NearestWireID ( const TVector3 &  worldPos,
unsigned int  PlaneNo,
unsigned int  TPCNo,
unsigned int  cstat 
) const
inlineoverridevirtual

Returns the ID of the wire nearest to the specified position.

Parameters
worldPosposition to be tested
PlaneNonumber of plane containing the wire
TPCNonumber of TPC containing the wire
cstatnumber of cryostat containing the wire
Returns
the ID of the wire closest to worldPos in the specified plane
See also
NearestWireID(const TVector3&, geo::PlaneID const&)
Deprecated:
Use the version with geo::PlaneID instead

Implements geo::ChannelMapAlg.

Definition at line 50 of file ChannelMapStandardAlg.h.

54  { return NearestWireID(worldPos, geo::PlaneID(cstat, TPCNo, PlaneNo)); }
virtual WireID NearestWireID(const TVector3 &worldPos, geo::PlaneID const &planeID) const override
Returns the ID of the wire nearest to the specified position.
The data type to uniquely identify a Plane.
Definition: geo_types.h:472
unsigned int geo::ChannelMapStandardAlg::NROPs ( readout::TPCsetID const &  tpcsetid) const
overridevirtual

Returns the total number of ROPs in the specified TPC set.

Parameters
tpcsetidTPC set ID
Returns
number of readout planes in the TPC sets, or 0 if ID is invalid

Note that this methods explicitly check the existence of the TPC set.

In this mapping, planes have independent readout and there is one wire plane in each readout plane and one readout plane for each wire plane.

Implements geo::ChannelMapAlg.

Definition at line 379 of file ChannelMapStandardAlg.cxx.

380  {
381  if (!HasTPCset(tpcsetid)) return 0;
382  return AccessElement(fNPlanes, FirstTPCinTPCset(tpcsetid));
383  } // ChannelMapStandardAlg::NROPs()
TPCInfoMap_t< unsigned int > fNPlanes
T const & AccessElement(TPCInfoMap_t< T > const &map, geo::TPCID const &id) const
Returns the specified element of the TPC map.
virtual bool HasTPCset(readout::TPCsetID const &tpcsetid) const override
virtual geo::TPCID FirstTPCinTPCset(readout::TPCsetID const &tpcsetid) const override
Returns the ID of the first TPC belonging to the specified TPC set.
unsigned int geo::ChannelMapStandardAlg::NTPCsets ( readout::CryostatID const &  cryoid) const
overridevirtual

Returns the total number of TPC sets in the specified cryostat.

Parameters
cryoidcryostat ID
Returns
number of TPC sets in the cryostat, or 0 if no cryostat found

In this mapping, TPCs have independent readout and there is one TPC in each TPC set and one TPC set for each TPC.

Implements geo::ChannelMapAlg.

Definition at line 320 of file ChannelMapStandardAlg.cxx.

321  {
322  // return the same number as the number of TPCs
323  return (cryoid.isValid && cryoid.Cryostat < fNTPC.size())?
324  fNTPC[cryoid.Cryostat]: 0;
325  } // ChannelMapStandardAlg::NTPCsets()
std::vector< unsigned int > fNTPC
number of TPCs in each cryostat
std::set< PlaneID > const & geo::ChannelMapStandardAlg::PlaneIDs ( ) const
overridevirtual

Returns a list of the plane IDs in the whole detector.

Implements geo::ChannelMapAlg.

Definition at line 312 of file ChannelMapStandardAlg.cxx.

313  {
314  return fPlaneIDs;
315  }
std::set< PlaneID > fPlaneIDs
vector of the PlaneIDs present in the detector
raw::ChannelID_t geo::ChannelMapStandardAlg::PlaneWireToChannel ( geo::WireID const &  wireID) const
overridevirtual

Returns the channel ID a wire is connected to.

Parameters
wireIDID of the wire
Returns
the ID of the channel
See also
PlaneWireToChannel(geo::WireID const&)

Behaviour on an invalid or not present wires is undefined.

Deprecated:
Use the version with geo::WireID

Reimplemented from geo::ChannelMapAlg.

Definition at line 261 of file ChannelMapStandardAlg.cxx.

262  {
263  unsigned int const* pBaseLine = GetElementPtr(fPlaneBaselines, wireID);
264  // This is the actual lookup part - first make sure coordinates are legal
265  if (pBaseLine) {
266  // if the channel has legal coordinates, its ID is given by the wire
267  // number above the number of wires in lower planes, tpcs and cryostats
268  return *pBaseLine + wireID.Wire;
269  }
270  else{
271  // if the coordinates were bad, throw an exception
272  throw cet::exception("ChannelMapStandardAlg")
273  << "NO CHANNEL FOUND for " << std::string(wireID);
274  }
275 
276  // made it here, that shouldn't happen, return raw::InvalidChannelID
277  mf::LogWarning("ChannelMapStandardAlg") << "should not be at the point in the function, returning "
278  << "invalid channel";
279  return raw::InvalidChannelID;
280 
281  }
std::string string
Definition: nybbler.cc:12
constexpr ChannelID_t InvalidChannelID
ID of an invalid channel.
Definition: RawTypes.h:32
PlaneInfoMap_t< unsigned int > fPlaneBaselines
T const * GetElementPtr(PlaneInfoMap_t< T > const &map, geo::PlaneID const &id) const
Returns a pointer to the specified element, or nullptr if invalid.
MaybeLogger_< ELseverityLevel::ELsev_warning, false > LogWarning
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33
virtual raw::ChannelID_t geo::ChannelMapStandardAlg::PlaneWireToChannel ( unsigned int  plane,
unsigned int  wire,
unsigned int  tpc,
unsigned int  cstat 
) const
inlineoverridevirtual

Returns the channel ID a wire is connected to.

Parameters
planenumber of plane
wirenumber of wire
tpcnumber of TPC
cstatnumber of cryostat
Returns
the ID of the channel
See also
PlaneWireToChannel(geo::WireID const&)
Deprecated:
Use the version with geo::WireID

Implements geo::ChannelMapAlg.

Definition at line 60 of file ChannelMapStandardAlg.h.

64  { return PlaneWireToChannel(geo::WireID(cstat, tpc, plane, wire)); }
virtual raw::ChannelID_t PlaneWireToChannel(geo::WireID const &wireID) const override
Returns the channel ID a wire is connected to.
std::vector< geo::TPCID > geo::ChannelMapStandardAlg::ROPtoTPCs ( readout::ROPID const &  ropid) const
overridevirtual

Returns a list of ID of TPCs the specified ROP spans.

Parameters
ropidID of the readout plane
Returns
the list of TPC IDs, empty if readout plane ID is invalid

In this mapping, readout planes and wire planes are mapped one-to-one. The returned list contains always one entry, unless the specified readout plane ID is invalid, in which case the list is empty. Note that this check is performed on the validity of the readout plane ID, that does not necessarily imply that the readout plane specified by the ID actually exists. Check if the ROP exists with HasROP(). The behaviour on non-existing readout planes is undefined.

Implements geo::ChannelMapAlg.

Definition at line 422 of file ChannelMapStandardAlg.cxx.

423  {
424  std::vector<geo::TPCID> IDs;
425  // we take the TPC set of the ROP and convert it straight into a TPC ID
426  if (ropid.isValid) IDs.emplace_back(ConvertTPCsetToTPC(ropid.asTPCsetID()));
427  return IDs;
428  } // ChannelMapStandardAlg::ROPtoTPCs()
static geo::TPCID ConvertTPCsetToTPC(readout::TPCsetID const &tpcsetid)
Converts a TPC set ID into a TPC ID using the same numerical indices.
std::vector< geo::PlaneID > geo::ChannelMapStandardAlg::ROPtoWirePlanes ( readout::ROPID const &  ropid) const
overridevirtual

Returns a list of ID of wire planes belonging to the specified ROP.

Parameters
ropidID of the readout plane to convert into wire planes
Returns
the list of wire plane IDs, empty if readout plane ID is invalid

In this mapping, readout planes and wire planes are mapped one-to-one. The returned list contains always one entry, unless the specified readout plane ID is invalid, in which case the list is empty. Note that this check is performed on the validity of the readout plane ID, that does not necessarily imply that the readout plane specified by the ID actually exists.

Implements geo::ChannelMapAlg.

Definition at line 412 of file ChannelMapStandardAlg.cxx.

413  {
414  std::vector<geo::PlaneID> IDs;
415  if (ropid.isValid) IDs.emplace_back(FirstWirePlaneInROP(ropid));
416  return IDs;
417  } // ChannelMapStandardAlg::ROPtoWirePlanes()
virtual geo::PlaneID FirstWirePlaneInROP(readout::ROPID const &ropid) const override
Returns the ID of the first plane belonging to the specified ROP.
SigType_t geo::ChannelMapStandardAlg::SignalTypeForChannelImpl ( raw::ChannelID_t const  channel) const
overrideprivatevirtual

Return the signal type of the specified channel.

Parameters
channelID of the channel
Returns
signal type of the channel, or geo::kMysteryType if not known

On any type of error (e.g., invalid or unknown channel ID), geo::kMysteryType is returned.

Implements geo::ChannelMapAlg.

Definition at line 285 of file ChannelMapStandardAlg.cxx.

286  {
287 
288  // still assume one cryostat for now -- faster
289  unsigned int nChanPerTPC = fNchannels/fNTPC[0];
290  // casting wil trunc towards 0 -- faster than floor
291  unsigned int tpc = channel / nChanPerTPC;
292  //need number of planes to know Collection
293  unsigned int PlanesThisTPC = fNPlanes[0][tpc];
294 
295 
296 
298  if( (channel >= fFirstChannelInThisPlane[0][tpc][0]) &&
299  (channel < fFirstChannelInNextPlane[0][tpc][PlanesThisTPC-2]) ){ sigt = geo::kInduction; }
300  else if( (channel >= fFirstChannelInThisPlane[0][tpc][PlanesThisTPC-1]) &&
301  (channel < fFirstChannelInNextPlane[0][tpc][PlanesThisTPC-1]) ){ sigt = geo::kCollection; }
302  else
303  mf::LogWarning("BadChannelSignalType") << "Channel " << channel
304  << " not given signal type." << std::endl;
305 
306 
307  return sigt;
308  }
TPCInfoMap_t< unsigned int > fNPlanes
Who knows?
Definition: geo_types.h:147
uint8_t channel
Definition: CRTFragment.hh:201
PlaneInfoMap_t< raw::ChannelID_t > fFirstChannelInThisPlane
Signal from induction planes.
Definition: geo_types.h:145
enum geo::_plane_sigtype SigType_t
unsigned int fNchannels
number of channels in the detector
MaybeLogger_< ELseverityLevel::ELsev_warning, false > LogWarning
PlaneInfoMap_t< raw::ChannelID_t > fFirstChannelInNextPlane
QTextStream & endl(QTextStream &s)
std::vector< unsigned int > fNTPC
number of TPCs in each cryostat
Signal from collection planes.
Definition: geo_types.h:146
virtual geo::GeoObjectSorter const& geo::ChannelMapStandardAlg::Sorter ( ) const
inlineoverridevirtual

Return the sorter.

Implements geo::ChannelMapAlg.

Definition at line 228 of file ChannelMapStandardAlg.h.

229  { return fSorter; }
geo::GeoObjectSorterStandard fSorter
class to sort geo objects
std::vector< geo::TPCID > geo::ChannelMapStandardAlg::TPCsetToTPCs ( readout::TPCsetID const &  tpcsetid) const
overridevirtual

Returns a list of ID of TPCs belonging to the specified TPC set.

Parameters
tpcsetidID of the TPC set to convert into TPC IDs
Returns
the list of TPCs, empty if TPC set is invalid

In this mapping, TPC sets and TPCs are mapped one-to-one. The returned list contains always one entry, unless the specified TPC set ID is invalid, in which case the list is empty. Note that the check is performed on the validity of the TPC set ID, that does not necessarily imply that the TPC set specified by the ID actually exists. Check the existence of the TPC set first (HasTPCset()). Behaviour on valid, non-existent TPC set IDs is undefined.

Implements geo::ChannelMapAlg.

Definition at line 352 of file ChannelMapStandardAlg.cxx.

353  {
354  std::vector<geo::TPCID> IDs;
355  if (tpcsetid.isValid) IDs.emplace_back(ConvertTPCsetToTPC(tpcsetid));
356  return IDs;
357  } // ChannelMapStandardAlg::TPCsetToTPCs()
static geo::TPCID ConvertTPCsetToTPC(readout::TPCsetID const &tpcsetid)
Converts a TPC set ID into a TPC ID using the same numerical indices.
readout::TPCsetID geo::ChannelMapStandardAlg::TPCtoTPCset ( geo::TPCID const &  tpcid) const
overridevirtual

Returns the ID of the TPC set the specified TPC belongs to.

Parameters
tpcidID of the TPC
Returns
the ID of the corresponding TPC set, or invalid ID when tpcid is

In this mapping, TPC sets and TPCs are mapped one-to-one. The returned value mirrors the TPC ID in the readout space. If the TPC ID is not valid, an invalid TPC set ID is returned. Note that this check is performed on the validity of the TPC ID, that does not necessarily imply that the TPC specified by the ID actually exists.

Implements geo::ChannelMapAlg.

Definition at line 344 of file ChannelMapStandardAlg.cxx.

345  {
346  return ConvertTPCtoTPCset(tpcid);
347  } // ChannelMapStandardAlg::TPCtoTPCset()
static readout::TPCsetID ConvertTPCtoTPCset(geo::TPCID const &tpcid)
Converts a TPC ID into a TPC set ID using the same numerical indices.
void geo::ChannelMapStandardAlg::Uninitialize ( )
overridevirtual

Deconfiguration: prepare for a following call of Initialize()

Implements geo::ChannelMapAlg.

Definition at line 141 of file ChannelMapStandardAlg.cxx.

142  {
143  }
double geo::ChannelMapStandardAlg::WireCoordinate ( double  YPos,
double  ZPos,
geo::PlaneID const &  planeID 
) const
overridevirtual

Returns the index of the wire nearest to the specified position.

Parameters
YPosy coordinate on the wire plane
ZPosz coordinate on the wire plane
planeIDID of the plane
Returns
an index interpolation between the two nearest wires
See also
NearestWireID()

Respect to NearestWireID(), this method returns a real number, representing a continuous coordinate in the wire axis, with the round values corresponding to the actual wires.

The plane is required to be valid and exist in the detector. Otherwise, the behaviour is undefined.

Reimplemented from geo::ChannelMapAlg.

Definition at line 203 of file ChannelMapStandardAlg.cxx.

204  {
205  // Returns the wire number corresponding to a (Y,Z) position in PlaneNo
206  // with float precision.
207  // B. Baller August 2014
208  return YPos*AccessElement(fOrthVectorsY, planeID)
209  + ZPos*AccessElement(fOrthVectorsZ, planeID)
210  - AccessElement(fFirstWireProj, planeID);
211  }
T const & AccessElement(TPCInfoMap_t< T > const &map, geo::TPCID const &id) const
Returns the specified element of the TPC map.
PlaneInfoMap_t< float > fOrthVectorsZ
PlaneInfoMap_t< float > fFirstWireProj
PlaneInfoMap_t< float > fOrthVectorsY
Unit vectors orthogonal to wires in.
virtual double geo::ChannelMapStandardAlg::WireCoordinate ( double  YPos,
double  ZPos,
unsigned int  PlaneNo,
unsigned int  TPCNo,
unsigned int  cstat 
) const
inlineoverridevirtual

Returns the index of the wire nearest to the specified position.

Parameters
YPosy coordinate on the wire plane
ZPosz coordinate on the wire plane
PlaneNonumber of plane
TPCNonumber of TPC
cstatnumber of cryostat
Returns
an index interpolation between the two nearest wires
See also
WireCoordinate(double, double, geo::PlaneID const&)
Deprecated:
Use the version with geo::PlaneID instead

Implements geo::ChannelMapAlg.

Definition at line 40 of file ChannelMapStandardAlg.h.

44  { return WireCoordinate(YPos, ZPos, geo::PlaneID(cstat, TPCNo, PlaneNo)); }
The data type to uniquely identify a Plane.
Definition: geo_types.h:472
virtual double WireCoordinate(double YPos, double ZPos, geo::PlaneID const &planeID) const override
Returns the index of the wire nearest to the specified position.
unsigned int geo::ChannelMapStandardAlg::WireCount ( geo::PlaneID const &  id) const
inlineprivate

Retrieved the wire cound for the specified plane ID.

Definition at line 261 of file ChannelMapStandardAlg.h.

262  { return AccessElement(fWireCounts, id); }
PlaneInfoMap_t< float > fWireCounts
T const & AccessElement(TPCInfoMap_t< T > const &map, geo::TPCID const &id) const
Returns the specified element of the TPC map.
readout::ROPID geo::ChannelMapStandardAlg::WirePlaneToROP ( geo::PlaneID const &  planeid) const
overridevirtual

Returns the ID of the ROP planeid belongs to, or invalid if none.

Parameters
planeidID of the plane
Returns
the ID of the corresponding ROP, or invalid ID when planeid is

In this mapping, readout planes and wire planes are mapped one-to-one. The returned value mirrors the plane ID in the readout space. If the plane ID is not valid, an invalid readout plane ID is returned. Note that this check is performed on the validity of the plane ID, that does not necessarily imply that the plane specified by the ID actually exists.

Implements geo::ChannelMapAlg.

Definition at line 404 of file ChannelMapStandardAlg.cxx.

405  {
406  return ConvertWirePlaneToROP(planeid);
407  } // ChannelMapStandardAlg::WirePlaneToROP()
static readout::ROPID ConvertWirePlaneToROP(geo::PlaneID const &planeid)
Converts a ROP ID into a wire plane ID using the same numerical indices.

Member Data Documentation

PlaneInfoMap_t<float> geo::ChannelMapStandardAlg::fFirstWireProj
private

Distance (0,0,0) to first wire along orth vector per plane per TPC

Definition at line 239 of file ChannelMapStandardAlg.h.

unsigned int geo::ChannelMapStandardAlg::fNchannels
private

number of channels in the detector

Definition at line 234 of file ChannelMapStandardAlg.h.

unsigned int geo::ChannelMapStandardAlg::fNcryostat
private

number of cryostats in the detector

Definition at line 233 of file ChannelMapStandardAlg.h.

TPCInfoMap_t<unsigned int> geo::ChannelMapStandardAlg::fNPlanes
private

Number of planes in each TPC - for range checking after calculation

Definition at line 247 of file ChannelMapStandardAlg.h.

std::vector<unsigned int> geo::ChannelMapStandardAlg::fNTPC
private

number of TPCs in each cryostat

Definition at line 236 of file ChannelMapStandardAlg.h.

PlaneInfoMap_t<float> geo::ChannelMapStandardAlg::fOrthVectorsY
private

Unit vectors orthogonal to wires in.

Definition at line 241 of file ChannelMapStandardAlg.h.

PlaneInfoMap_t<float> geo::ChannelMapStandardAlg::fOrthVectorsZ
private

each plane - stored as 2 components to avoid having to invoke any bulky TObjects / CLHEP vectors etc

Definition at line 242 of file ChannelMapStandardAlg.h.

PlaneInfoMap_t<unsigned int> geo::ChannelMapStandardAlg::fPlaneBaselines
private

The number of wires in all the tpcs and planes up to this one in the heirachy

Definition at line 249 of file ChannelMapStandardAlg.h.

std::set<PlaneID> geo::ChannelMapStandardAlg::fPlaneIDs
private

vector of the PlaneIDs present in the detector

Definition at line 238 of file ChannelMapStandardAlg.h.

geo::GeoObjectSorterStandard geo::ChannelMapStandardAlg::fSorter
private

class to sort geo objects

Definition at line 255 of file ChannelMapStandardAlg.h.

raw::ChannelID_t geo::ChannelMapStandardAlg::fTopChannel
private

book keeping highest channel #

Definition at line 235 of file ChannelMapStandardAlg.h.

std::set<View_t> geo::ChannelMapStandardAlg::fViews
private

vector of the views present in the detector

Definition at line 237 of file ChannelMapStandardAlg.h.

PlaneInfoMap_t<float> geo::ChannelMapStandardAlg::fWireCounts
private

Number of wires in each plane - for range checking after calculation

Definition at line 245 of file ChannelMapStandardAlg.h.

PlaneInfoMap_t<unsigned int> geo::ChannelMapStandardAlg::fWiresPerPlane
private

The number of wires in this plane in the heirachy

Definition at line 252 of file ChannelMapStandardAlg.h.


The documentation for this class was generated from the following files: