Definition of the beamline offline geometry. Also implementation of a service to obtain this information. More...
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Services/Registry/ServiceMacros.h"
#include "TVector3.h"
Go to the source code of this file.
Classes | |
struct | beamlinegeo::SystemID |
struct | beamlinegeo::DetectorID |
struct | beamlinegeo::ChannelID |
struct | beamlinegeo::BeamlineObject |
class | beamlinegeo::BeamlineGeometry |
Namespaces | |
beamlinegeo | |
Functions | |
std::ostream & | beamlinegeo::operator<< (std::ostream &os, const SystemID &system) |
std::ostream & | beamlinegeo::operator<< (std::ostream &os, const DetectorID &detector) |
std::ostream & | beamlinegeo::operator<< (std::ostream &os, const ChannelID &channel) |
Variables | |
const std::map< ToFCounter, std::string > | beamlinegeo::ToFCounterNames |
const std::map< ToFChannel, std::string > | beamlinegeo::ToFChannelNames |
Definition of the beamline offline geometry. Also implementation of a service to obtain this information.
Definition in file BeamlineGeometry.h.