LArSoft  v09_90_00
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->GetLArSoftGeometry()->View(geo::PlaneID(cstat, tpc, 0));
37  }
38 
39  //------------------------------------------------------------------------------------------------------------------------------------------
40 
42  const geo::TPCID::TPCID_t tpc,
43  const geo::CryostatID::CryostatID_t cstat) const
44  {
45  return this->GetLArSoftGeometry()->View(geo::PlaneID(cstat, tpc, 1));
46  }
47 
48  //------------------------------------------------------------------------------------------------------------------------------------------
49 
51  const geo::TPCID::TPCID_t tpc,
52  const geo::CryostatID::CryostatID_t cstat) const
53  {
54  return this->GetLArSoftGeometry()->View(geo::PlaneID(cstat, tpc, 2));
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:463
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.
const art::ServiceHandle< geo::Geometry > & GetLArSoftGeometry() const
Loan the LArSoft geometry handle owned by this class.
geo::View_t TargetViewW(const geo::TPCID::TPCID_t tpc, const geo::CryostatID::CryostatID_t cstat) const override
Map a LArSoft view to Pandora&#39;s W view.
unsigned int CryostatID_t
Type for the ID number.
Definition: geo_types.h:193
unsigned int TPCID_t
Type for the ID number.
Definition: geo_types.h:382
View_t View(PlaneID const &pid) const
Returns the view (wire orientation) on the channels of specified TPC plane.
geo::View_t TargetViewV(const geo::TPCID::TPCID_t tpc, const geo::CryostatID::CryostatID_t cstat) const override
Map a LArSoft view to Pandora&#39;s V view.
art framework interface to geometry description