LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
DUNEFarDetVDThreeView.h
Go to the documentation of this file.
1 
10 
12 
13 namespace lar_pandora {
14 
19  public:
21  const geo::CryostatID::CryostatID_t cstat) const override;
22 
24  const geo::CryostatID::CryostatID_t cstat) const override;
25 
27  const geo::CryostatID::CryostatID_t cstat) const override;
28  };
29 
30  //------------------------------------------------------------------------------------------------------------------------------------------
31 
33  const geo::TPCID::TPCID_t tpc,
34  const geo::CryostatID::CryostatID_t cstat) const
35  {
36  return this->GetChannelMap().Plane(geo::PlaneID(cstat, tpc, 0)).View();
37  }
38 
39  //------------------------------------------------------------------------------------------------------------------------------------------
40 
42  const geo::TPCID::TPCID_t tpc,
43  const geo::CryostatID::CryostatID_t cstat) const
44  {
45  return this->GetChannelMap().Plane(geo::PlaneID(cstat, tpc, 1)).View();
46  }
47 
48  //------------------------------------------------------------------------------------------------------------------------------------------
49 
51  const geo::TPCID::TPCID_t tpc,
52  const geo::CryostatID::CryostatID_t cstat) const
53  {
54  return this->GetChannelMap().Plane(geo::PlaneID(cstat, tpc, 2)).View();
55  }
56 
57 } // namespace lar_pandora
Detector interface for an older-style 3view, horizontal drift, single-phase LArTPC (e...
Detector interface DUNE's vertical drift far detector.
enum geo::_plane_proj View_t
Enumerate the possible plane projections.
The data type to uniquely identify a Plane.
Definition: geo_types.h:364
View_t View() const
Which coordinate does this plane measure.
Definition: PlaneGeo.h:155
Detector interface for a 3view, horizontal drift, single-phase LArTPC.
geo::View_t TargetViewU(const geo::TPCID::TPCID_t tpc, const geo::CryostatID::CryostatID_t cstat) const override
Map a LArSoft view to Pandora's U view.
geo::View_t TargetViewW(const geo::TPCID::TPCID_t tpc, const geo::CryostatID::CryostatID_t cstat) const override
Map a LArSoft view to Pandora's W view.
const geo::WireReadoutGeom & GetChannelMap() const
unsigned int CryostatID_t
Type for the ID number.
Definition: geo_types.h:188
unsigned int TPCID_t
Type for the ID number.
Definition: geo_types.h:307
geo::View_t TargetViewV(const geo::TPCID::TPCID_t tpc, const geo::CryostatID::CryostatID_t cstat) const override
Map a LArSoft view to Pandora's V view.
PlaneGeo const & Plane(TPCID const &tpcid, View_t view) const
Returns the specified wire.
art framework interface to geometry description