|
EICd
EIC data model
|
Functions | |
| std::ostream & | operator<< (std::ostream &o, const CalorimeterHit &value) |
| std::ostream & | operator<< (std::ostream &o, const CalorimeterHitCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const Cluster &value) |
| std::ostream & | operator<< (std::ostream &o, const ClusterCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const InclusiveKinematics &value) |
| std::ostream & | operator<< (std::ostream &o, const InclusiveKinematicsCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const MCRecoClusterParticleAssociation &value) |
| std::ostream & | operator<< (std::ostream &o, const MCRecoClusterParticleAssociationCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const MCRecoParticleAssociation &value) |
| std::ostream & | operator<< (std::ostream &o, const MCRecoParticleAssociationCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const MCRecoTrackParticleAssociation &value) |
| std::ostream & | operator<< (std::ostream &o, const MCRecoTrackParticleAssociationCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const MCRecoVertexParticleAssociation &value) |
| std::ostream & | operator<< (std::ostream &o, const MCRecoVertexParticleAssociationCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const PMTHit &value) |
| std::ostream & | operator<< (std::ostream &o, const PMTHitCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const ProtoCluster &value) |
| std::ostream & | operator<< (std::ostream &o, const ProtoClusterCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const RawCalorimeterHit &value) |
| std::ostream & | operator<< (std::ostream &o, const RawCalorimeterHitCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const RawPMTHit &value) |
| std::ostream & | operator<< (std::ostream &o, const RawPMTHitCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const RawTrackerHit &value) |
| std::ostream & | operator<< (std::ostream &o, const RawTrackerHitCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const ReconstructedParticle &value) |
| std::ostream & | operator<< (std::ostream &o, const ReconstructedParticleCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const RingImage &value) |
| std::ostream & | operator<< (std::ostream &o, const RingImageCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const Track &value) |
| std::ostream & | operator<< (std::ostream &o, const TrackCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const TrackerHit &value) |
| std::ostream & | operator<< (std::ostream &o, const TrackerHitCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const TrackParameters &value) |
| std::ostream & | operator<< (std::ostream &o, const TrackParametersCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const TrackSegment &value) |
| std::ostream & | operator<< (std::ostream &o, const TrackSegmentCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const Trajectory &value) |
| std::ostream & | operator<< (std::ostream &o, const TrajectoryCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const Vertex &value) |
| std::ostream & | operator<< (std::ostream &o, const VertexCollection &v) |
| std::ostream & | operator<< (std::ostream &o, const eicd::Cov2f &value) |
| std::ostream & | operator<< (std::ostream &o, const eicd::Cov3f &value) |
| std::ostream & | operator<< (std::ostream &o, const eicd::Cov4f &value) |
| std::ostream & | operator<< (std::ostream &o, const eicd::CovDiag3f &value) |
| std::ostream & | operator<< (std::ostream &o, const eicd::TrackPoint &value) |
| using eicd::CalorimeterHitDataContainer = typedef std::vector<CalorimeterHitData> |
| using eicd::CalorimeterHitObjPointerContainer = typedef std::deque<CalorimeterHitObj*> |
| using eicd::ClusterDataContainer = typedef std::vector<ClusterData> |
| using eicd::ClusterObjPointerContainer = typedef std::deque<ClusterObj*> |
| using eicd::InclusiveKinematicsDataContainer = typedef std::vector<InclusiveKinematicsData> |
| using eicd::InclusiveKinematicsObjPointerContainer = typedef std::deque<InclusiveKinematicsObj*> |
| using eicd::MCRecoClusterParticleAssociationDataContainer = typedef std::vector<MCRecoClusterParticleAssociationData> |
| using eicd::MCRecoClusterParticleAssociationObjPointerContainer = typedef std::deque<MCRecoClusterParticleAssociationObj*> |
| using eicd::MCRecoParticleAssociationDataContainer = typedef std::vector<MCRecoParticleAssociationData> |
| using eicd::MCRecoParticleAssociationObjPointerContainer = typedef std::deque<MCRecoParticleAssociationObj*> |
| using eicd::MCRecoTrackParticleAssociationDataContainer = typedef std::vector<MCRecoTrackParticleAssociationData> |
| using eicd::MCRecoTrackParticleAssociationObjPointerContainer = typedef std::deque<MCRecoTrackParticleAssociationObj*> |
| using eicd::MCRecoVertexParticleAssociationDataContainer = typedef std::vector<MCRecoVertexParticleAssociationData> |
| using eicd::MCRecoVertexParticleAssociationObjPointerContainer = typedef std::deque<MCRecoVertexParticleAssociationObj*> |
| using eicd::PMTHitDataContainer = typedef std::vector<PMTHitData> |
| using eicd::PMTHitObjPointerContainer = typedef std::deque<PMTHitObj*> |
| using eicd::ProtoClusterDataContainer = typedef std::vector<ProtoClusterData> |
| using eicd::ProtoClusterObjPointerContainer = typedef std::deque<ProtoClusterObj*> |
| using eicd::RawCalorimeterHitDataContainer = typedef std::vector<RawCalorimeterHitData> |
| using eicd::RawCalorimeterHitObjPointerContainer = typedef std::deque<RawCalorimeterHitObj*> |
| using eicd::RawPMTHitDataContainer = typedef std::vector<RawPMTHitData> |
| using eicd::RawPMTHitObjPointerContainer = typedef std::deque<RawPMTHitObj*> |
| using eicd::RawTrackerHitDataContainer = typedef std::vector<RawTrackerHitData> |
| using eicd::RawTrackerHitObjPointerContainer = typedef std::deque<RawTrackerHitObj*> |
| using eicd::ReconstructedParticleDataContainer = typedef std::vector<ReconstructedParticleData> |
| using eicd::ReconstructedParticleObjPointerContainer = typedef std::deque<ReconstructedParticleObj*> |
| using eicd::RingImageDataContainer = typedef std::vector<RingImageData> |
| using eicd::RingImageObjPointerContainer = typedef std::deque<RingImageObj*> |
| using eicd::TrackDataContainer = typedef std::vector<TrackData> |
| using eicd::TrackerHitDataContainer = typedef std::vector<TrackerHitData> |
| using eicd::TrackerHitObjPointerContainer = typedef std::deque<TrackerHitObj*> |
| using eicd::TrackObjPointerContainer = typedef std::deque<TrackObj*> |
| using eicd::TrackParametersDataContainer = typedef std::vector<TrackParametersData> |
| using eicd::TrackParametersObjPointerContainer = typedef std::deque<TrackParametersObj*> |
| using eicd::TrackSegmentDataContainer = typedef std::vector<TrackSegmentData> |
| using eicd::TrackSegmentObjPointerContainer = typedef std::deque<TrackSegmentObj*> |
| using eicd::TrajectoryDataContainer = typedef std::vector<TrajectoryData> |
| using eicd::TrajectoryObjPointerContainer = typedef std::deque<TrajectoryObj*> |
| using eicd::VertexDataContainer = typedef std::vector<VertexData> |
| using eicd::VertexObjPointerContainer = typedef std::deque<VertexObj*> |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const CalorimeterHit & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const CalorimeterHitCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const Cluster & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const ClusterCollection & | v | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const InclusiveKinematics & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const InclusiveKinematicsCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const MCRecoClusterParticleAssociation & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const MCRecoClusterParticleAssociationCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const MCRecoParticleAssociation & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const MCRecoParticleAssociationCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const MCRecoTrackParticleAssociation & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const MCRecoTrackParticleAssociationCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const MCRecoVertexParticleAssociation & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const MCRecoVertexParticleAssociationCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const PMTHit & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const PMTHitCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const ProtoCluster & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const ProtoClusterCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const RawCalorimeterHit & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const RawCalorimeterHitCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const RawPMTHit & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const RawPMTHitCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const RawTrackerHit & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const RawTrackerHitCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const ReconstructedParticle & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const ReconstructedParticleCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const RingImage & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const RingImageCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const Track & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const TrackCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const TrackerHit & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const TrackerHitCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const TrackParameters & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const TrackParametersCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const TrackSegment & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const TrackSegmentCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const Trajectory & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const TrajectoryCollection & | v | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const Vertex & | value | ||
| ) |
| std::ostream & eicd::operator<< | ( | std::ostream & | o, |
| const VertexCollection & | v | ||
| ) |