LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "RecoDrawingOptions.h"
Public Member Functions | |
RecoDrawingOptions (fhicl::ParameterSet const &pset) | |
void | reconfigure (fhicl::ParameterSet const &pset) |
void | do_reconfigure (fhicl::ParameterSet const &pset) |
Public Attributes | |
int | fDrawHits |
int | fDrawClusters |
int | fDrawSlices |
int | fDrawSliceSpacePoints |
int | fDrawPFParticles |
int | fDrawEdges |
int | fDraw2DSlopeEndPoints |
int | fDrawSpacePoints |
int | fDrawProngs |
int | fDrawTracks |
int | fDrawOpHits |
int | fDrawOpFlashes |
int | fDrawTrackTrajectoryPoints |
int | fDrawTrackSegments |
int | fDrawTrackSpacePoints |
int | fDrawShowers |
int | fDrawVertices |
int | fDrawEvents |
int | fDraw2DEndPoints |
int | fDrawSeeds |
int | fDrawCosmicTags |
int | fSelectedHitColor |
bool | fUseHitSelector |
bool | fSkeletonOnly |
bool | fBestPCAAxisOnly |
bool | fDrawTrackVertexAssns |
bool | fDraw3DSpacePoints |
bool | fDraw3DSpacePointHeatMap |
bool | fDraw3DEdges |
bool | fDraw3DPCAAxes |
bool | fDrawAllWireIDs |
std::vector< art::InputTag > | fWireLabels |
module labels that produced wires More... | |
std::vector< art::InputTag > | fHitLabels |
module labels that produced hits More... | |
std::vector< art::InputTag > | fSliceLabels |
module labels that produced slices More... | |
std::vector< art::InputTag > | fEndPoint2DLabels |
module labels that produced end point 2d objects More... | |
std::vector< art::InputTag > | fClusterLabels |
module labels that produced clusters More... | |
std::vector< art::InputTag > | fPFParticleLabels |
module labels that produced PFParticles More... | |
std::vector< art::InputTag > | fEdgeLabels |
module labels that produced Edge objects More... | |
std::vector< art::InputTag > | fExtremePointLabels |
module labels that produced Extreme Points More... | |
std::vector< art::InputTag > | fSpacePointLabels |
module labels that produced space points More... | |
std::vector< art::InputTag > | fProngLabels |
module labels that produced prongs More... | |
std::vector< art::InputTag > | fTrackLabels |
module labels that produced tracks More... | |
std::vector< art::InputTag > | fShowerLabels |
module labels that produced showers More... | |
std::vector< art::InputTag > | fVertexLabels |
module labels that produced vertices More... | |
std::vector< art::InputTag > | fEventLabels |
module labels that produced events More... | |
std::vector< art::InputTag > | fOpHitLabels |
module labels that produced events More... | |
std::vector< art::InputTag > | fOpFlashLabels |
module labels that produced events More... | |
std::vector< art::InputTag > | fSeedLabels |
module labels that produced events More... | |
std::vector< art::InputTag > | fCosmicTagLabels |
module labels that produced cosmic tags More... | |
std::vector< art::InputTag > | fTrkVtxTrackLabels |
module labels that produced tracks (Track/Vertex module) More... | |
std::vector< art::InputTag > | fTrkVtxCosmicLabels |
module labels that tagged track as CR (Track/Vertex module) More... | |
std::vector< art::InputTag > | fTrkVtxFilterLabels |
module labels that filtered event (Track/Vertex module) More... | |
fhicl::ParameterSet | fCaloPSet |
fhicl::ParameterSet | fSeedPSet |
< parameterset for calorimetry algorithm More... | |
int | fColorProngsByLabel |
< parameterset for seed algorithm More... | |
int | fColorSpacePointsByChisq |
Generate space point colors by chisquare? More... | |
double | fFlashMinPE |
Minimal PE for a flash to be displayed. More... | |
double | fFlashTMin |
Minimal time for a flash to be displayed. More... | |
double | fFlashTMax |
Maximum time for a flash to be displayed. More... | |
fhicl::ParameterSet | fHitDrawerParams |
FHICL parameters for the hit drawing. More... | |
fhicl::ParameterSet | fWireDrawerParams |
FHICL parameters for the wire drawing. More... | |
fhicl::ParameterSet | fSpacePointDrawerParams |
FHICL parameters for SpacePoint drawing. More... | |
fhicl::ParameterSet | fAllSpacePointDrawerParams |
FHICL parameters for SpacePoint drawing. More... | |
fhicl::ParameterSet | f3DDrawerParams |
FHICL paramegers for the 3D drawers. More... | |
Definition at line 20 of file RecoDrawingOptions.h.
|
explicit |
Definition at line 12 of file RecoDrawingOptions.cc.
References reconfigure().
|
inlineinherited |
Definition at line 16 of file Reconfigurable.h.
References evdb::Reconfigurable::reconfigure(), and evdb::Reconfigurable::~Reconfigurable().
|
virtual |
Implements evdb::Reconfigurable.
Definition at line 19 of file RecoDrawingOptions.cc.
References f3DDrawerParams, fAllSpacePointDrawerParams, fBestPCAAxisOnly, fCaloPSet, fClusterLabels, fColorProngsByLabel, fColorSpacePointsByChisq, fCosmicTagLabels, fDraw2DEndPoints, fDraw2DSlopeEndPoints, fDraw3DEdges, fDraw3DPCAAxes, fDraw3DSpacePointHeatMap, fDraw3DSpacePoints, fDrawAllWireIDs, fDrawClusters, fDrawCosmicTags, fDrawEdges, fDrawEvents, fDrawHits, fDrawOpFlashes, fDrawOpHits, fDrawPFParticles, fDrawProngs, fDrawSeeds, fDrawShowers, fDrawSlices, fDrawSliceSpacePoints, fDrawSpacePoints, fDrawTracks, fDrawTrackSegments, fDrawTrackSpacePoints, fDrawTrackTrajectoryPoints, fDrawTrackVertexAssns, fDrawVertices, fEdgeLabels, fEndPoint2DLabels, fEventLabels, fExtremePointLabels, fFlashMinPE, fFlashTMax, fFlashTMin, fHitDrawerParams, fHitLabels, fOpFlashLabels, fOpHitLabels, fPFParticleLabels, fProngLabels, fSeedLabels, fSelectedHitColor, fShowerLabels, fSkeletonOnly, fSliceLabels, fSpacePointDrawerParams, fSpacePointLabels, fTrackLabels, fTrkVtxCosmicLabels, fTrkVtxFilterLabels, fTrkVtxTrackLabels, fUseHitSelector, fVertexLabels, fWireDrawerParams, fWireLabels, fhicl::ParameterSet::get(), and fhicl::ParameterSet::has_key().
Referenced by RecoDrawingOptions().
fhicl::ParameterSet evd::RecoDrawingOptions::f3DDrawerParams |
FHICL paramegers for the 3D drawers.
Definition at line 101 of file RecoDrawingOptions.h.
Referenced by evd::Display3DPad::Display3DPad(), and reconfigure().
fhicl::ParameterSet evd::RecoDrawingOptions::fAllSpacePointDrawerParams |
FHICL parameters for SpacePoint drawing.
Definition at line 99 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::RecoBaseDrawer(), and reconfigure().
bool evd::RecoDrawingOptions::fBestPCAAxisOnly |
Definition at line 50 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawPFParticle3D(), evd::RecoBaseDrawer::DrawPFParticleOrtho(), and reconfigure().
fhicl::ParameterSet evd::RecoDrawingOptions::fCaloPSet |
Definition at line 85 of file RecoDrawingOptions.h.
Referenced by reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fClusterLabels |
module labels that produced clusters
Definition at line 63 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Cluster2D(), and reconfigure().
int evd::RecoDrawingOptions::fColorProngsByLabel |
< parameterset for seed algorithm
Generate prong colors by label or id?
Definition at line 88 of file RecoDrawingOptions.h.
Referenced by reconfigure().
int evd::RecoDrawingOptions::fColorSpacePointsByChisq |
Generate space point colors by chisquare?
Definition at line 89 of file RecoDrawingOptions.h.
Referenced by evdb_tool::SpacePoint3DDrawerStandard::Draw(), evd::RecoBaseDrawer::DrawSpacePointOrtho(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fCosmicTagLabels |
module labels that produced cosmic tags
Definition at line 76 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::PFParticle3D(), evd::RecoBaseDrawer::Prong2D(), evd::RecoBaseDrawer::Prong3D(), and reconfigure().
int evd::RecoDrawingOptions::fDraw2DEndPoints |
Definition at line 44 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::EndPoint2D(), and reconfigure().
int evd::RecoDrawingOptions::fDraw2DSlopeEndPoints |
Definition at line 32 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Draw2DSlopeEndPoints(), and reconfigure().
bool evd::RecoDrawingOptions::fDraw3DEdges |
Definition at line 54 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawPFParticle3D(), and reconfigure().
bool evd::RecoDrawingOptions::fDraw3DPCAAxes |
Definition at line 55 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawPFParticle3D(), and reconfigure().
bool evd::RecoDrawingOptions::fDraw3DSpacePointHeatMap |
Definition at line 53 of file RecoDrawingOptions.h.
Referenced by reconfigure().
bool evd::RecoDrawingOptions::fDraw3DSpacePoints |
Definition at line 52 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawPFParticle3D(), and reconfigure().
bool evd::RecoDrawingOptions::fDrawAllWireIDs |
Definition at line 56 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Hit2D(), and reconfigure().
int evd::RecoDrawingOptions::fDrawClusters |
Definition at line 27 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Cluster2D(), and reconfigure().
int evd::RecoDrawingOptions::fDrawCosmicTags |
Definition at line 46 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Cluster2D(), evd::RecoBaseDrawer::DrawProng2D(), evd::RecoBaseDrawer::Prong2D(), and reconfigure().
int evd::RecoDrawingOptions::fDrawEdges |
Definition at line 31 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Edge3D(), evd::RecoBaseDrawer::PFParticle3D(), and reconfigure().
int evd::RecoDrawingOptions::fDrawEvents |
Definition at line 43 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Event2D(), evd::RecoBaseDrawer::Event3D(), and reconfigure().
int evd::RecoDrawingOptions::fDrawHits |
Definition at line 26 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Hit2D(), and reconfigure().
int evd::RecoDrawingOptions::fDrawOpFlashes |
Definition at line 37 of file RecoDrawingOptions.h.
Referenced by evdb_tool::OpFlash3DDrawer::Draw(), evd::RecoBaseDrawer::OpFlash2D(), evd::RecoBaseDrawer::OpFlashOrtho(), and reconfigure().
int evd::RecoDrawingOptions::fDrawOpHits |
Definition at line 36 of file RecoDrawingOptions.h.
Referenced by evdb_tool::OpHit3DDrawer::Draw(), and reconfigure().
int evd::RecoDrawingOptions::fDrawPFParticles |
Definition at line 30 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawPFParticle3D(), evd::RecoBaseDrawer::PFParticle3D(), evd::RecoBaseDrawer::PFParticleOrtho(), and reconfigure().
int evd::RecoDrawingOptions::fDrawProngs |
Definition at line 34 of file RecoDrawingOptions.h.
Referenced by reconfigure().
int evd::RecoDrawingOptions::fDrawSeeds |
Definition at line 45 of file RecoDrawingOptions.h.
Referenced by reconfigure(), evd::RecoBaseDrawer::Seed2D(), evd::RecoBaseDrawer::Seed3D(), and evd::RecoBaseDrawer::SeedOrtho().
int evd::RecoDrawingOptions::fDrawShowers |
Definition at line 41 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawProng2D(), evd::RecoBaseDrawer::Prong2D(), evd::RecoBaseDrawer::Prong3D(), evd::RecoBaseDrawer::ProngOrtho(), and reconfigure().
int evd::RecoDrawingOptions::fDrawSlices |
Definition at line 28 of file RecoDrawingOptions.h.
Referenced by reconfigure(), evd::RecoBaseDrawer::Slice2D(), and evd::RecoBaseDrawer::Slice3D().
int evd::RecoDrawingOptions::fDrawSliceSpacePoints |
Definition at line 29 of file RecoDrawingOptions.h.
Referenced by reconfigure(), and evd::RecoBaseDrawer::Slice3D().
int evd::RecoDrawingOptions::fDrawSpacePoints |
Definition at line 33 of file RecoDrawingOptions.h.
Referenced by reconfigure(), evd::RecoBaseDrawer::SpacePoint3D(), and evd::RecoBaseDrawer::SpacePointOrtho().
int evd::RecoDrawingOptions::fDrawTracks |
Definition at line 35 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawTrackOrtho(), evd::RecoBaseDrawer::Prong2D(), evd::RecoBaseDrawer::Prong3D(), evd::RecoBaseDrawer::ProngOrtho(), and reconfigure().
int evd::RecoDrawingOptions::fDrawTrackSegments |
Definition at line 39 of file RecoDrawingOptions.h.
Referenced by reconfigure().
int evd::RecoDrawingOptions::fDrawTrackSpacePoints |
Definition at line 40 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawTrack3D(), evd::RecoBaseDrawer::DrawTrackOrtho(), and reconfigure().
int evd::RecoDrawingOptions::fDrawTrackTrajectoryPoints |
Definition at line 38 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawTrack3D(), evd::RecoBaseDrawer::DrawTrackOrtho(), and reconfigure().
bool evd::RecoDrawingOptions::fDrawTrackVertexAssns |
Definition at line 51 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawTrackVertexAssns2D(), and reconfigure().
int evd::RecoDrawingOptions::fDrawVertices |
Definition at line 42 of file RecoDrawingOptions.h.
Referenced by reconfigure(), evd::RecoBaseDrawer::Vertex2D(), evd::RecoBaseDrawer::Vertex3D(), and evd::RecoBaseDrawer::VertexOrtho().
std::vector<art::InputTag> evd::RecoDrawingOptions::fEdgeLabels |
module labels that produced Edge objects
Definition at line 65 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Edge3D(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fEndPoint2DLabels |
module labels that produced end point 2d objects
Definition at line 62 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::EndPoint2D(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fEventLabels |
module labels that produced events
Definition at line 72 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Event2D(), evd::RecoBaseDrawer::Event3D(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fExtremePointLabels |
module labels that produced Extreme Points
Definition at line 66 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Edge3D(), and reconfigure().
double evd::RecoDrawingOptions::fFlashMinPE |
Minimal PE for a flash to be displayed.
Definition at line 91 of file RecoDrawingOptions.h.
Referenced by evdb_tool::OpHit3DDrawer::Draw(), evdb_tool::OpFlash3DDrawer::Draw(), evd::RecoBaseDrawer::OpFlash2D(), evd::RecoBaseDrawer::OpFlashOrtho(), and reconfigure().
double evd::RecoDrawingOptions::fFlashTMax |
Maximum time for a flash to be displayed.
Definition at line 93 of file RecoDrawingOptions.h.
Referenced by evdb_tool::OpHit3DDrawer::Draw(), evdb_tool::OpFlash3DDrawer::Draw(), evd::RecoBaseDrawer::OpFlash2D(), evd::RecoBaseDrawer::OpFlashOrtho(), and reconfigure().
double evd::RecoDrawingOptions::fFlashTMin |
Minimal time for a flash to be displayed.
Definition at line 92 of file RecoDrawingOptions.h.
Referenced by evdb_tool::OpHit3DDrawer::Draw(), evdb_tool::OpFlash3DDrawer::Draw(), evd::RecoBaseDrawer::OpFlash2D(), evd::RecoBaseDrawer::OpFlashOrtho(), and reconfigure().
fhicl::ParameterSet evd::RecoDrawingOptions::fHitDrawerParams |
FHICL parameters for the hit drawing.
Definition at line 95 of file RecoDrawingOptions.h.
Referenced by reconfigure(), and evd::TQPad::TQPad().
std::vector<art::InputTag> evd::RecoDrawingOptions::fHitLabels |
module labels that produced hits
Definition at line 59 of file RecoDrawingOptions.h.
Referenced by evd::HitSelector::ChangeHit(), evdb_tool::DrawSkewHits::Draw(), evdb_tool::DrawGausHits::Draw(), evd::RecoBaseDrawer::FillTQHistoDP(), evd::RecoBaseDrawer::Hit2D(), reconfigure(), evd::HitSelector::SaveHits(), and evd::HitSelector::SaveSeedLines().
std::vector<art::InputTag> evd::RecoDrawingOptions::fOpFlashLabels |
module labels that produced events
Definition at line 74 of file RecoDrawingOptions.h.
Referenced by evdb_tool::OpFlash3DDrawer::Draw(), evd::RecoBaseDrawer::OpFlash2D(), evd::RecoBaseDrawer::OpFlashOrtho(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fOpHitLabels |
module labels that produced events
Definition at line 73 of file RecoDrawingOptions.h.
Referenced by evdb_tool::OpHit3DDrawer::Draw(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fPFParticleLabels |
module labels that produced PFParticles
Definition at line 64 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::PFParticle3D(), evd::RecoBaseDrawer::PFParticleOrtho(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fProngLabels |
module labels that produced prongs
Definition at line 68 of file RecoDrawingOptions.h.
Referenced by reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fSeedLabels |
module labels that produced events
Definition at line 75 of file RecoDrawingOptions.h.
Referenced by reconfigure(), evd::RecoBaseDrawer::Seed2D(), evd::RecoBaseDrawer::Seed3D(), and evd::RecoBaseDrawer::SeedOrtho().
fhicl::ParameterSet evd::RecoDrawingOptions::fSeedPSet |
< parameterset for calorimetry algorithm
Definition at line 86 of file RecoDrawingOptions.h.
int evd::RecoDrawingOptions::fSelectedHitColor |
Definition at line 47 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Hit2D(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fShowerLabels |
module labels that produced showers
Definition at line 70 of file RecoDrawingOptions.h.
Referenced by evd::AnalysisBaseDrawer::CalorShower(), evd::RecoBaseDrawer::Prong2D(), evd::RecoBaseDrawer::Prong3D(), evd::RecoBaseDrawer::ProngOrtho(), and reconfigure().
bool evd::RecoDrawingOptions::fSkeletonOnly |
Definition at line 49 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawPFParticleOrtho(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fSliceLabels |
module labels that produced slices
Definition at line 60 of file RecoDrawingOptions.h.
Referenced by reconfigure(), evd::RecoBaseDrawer::Slice2D(), and evd::RecoBaseDrawer::Slice3D().
fhicl::ParameterSet evd::RecoDrawingOptions::fSpacePointDrawerParams |
FHICL parameters for SpacePoint drawing.
Definition at line 98 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::RecoBaseDrawer(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fSpacePointLabels |
module labels that produced space points
Definition at line 67 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::PFParticle3D(), reconfigure(), evd::RecoBaseDrawer::SpacePoint3D(), and evd::RecoBaseDrawer::SpacePointOrtho().
std::vector<art::InputTag> evd::RecoDrawingOptions::fTrackLabels |
module labels that produced tracks
Definition at line 69 of file RecoDrawingOptions.h.
Referenced by evd::AnalysisBaseDrawer::DrawDeDx(), evd::AnalysisBaseDrawer::DrawKineticEnergy(), evd::RecoBaseDrawer::PFParticle3D(), evd::RecoBaseDrawer::Prong2D(), evd::RecoBaseDrawer::Prong3D(), evd::RecoBaseDrawer::ProngOrtho(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fTrkVtxCosmicLabels |
module labels that tagged track as CR (Track/Vertex module)
Definition at line 80 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawTrackVertexAssns2D(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fTrkVtxFilterLabels |
module labels that filtered event (Track/Vertex module)
Definition at line 82 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawTrackVertexAssns2D(), and reconfigure().
std::vector<art::InputTag> evd::RecoDrawingOptions::fTrkVtxTrackLabels |
module labels that produced tracks (Track/Vertex module)
Definition at line 78 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::DrawTrackVertexAssns2D(), and reconfigure().
bool evd::RecoDrawingOptions::fUseHitSelector |
Definition at line 48 of file RecoDrawingOptions.h.
Referenced by evd::TWireProjPad::ClearHitList(), evd::TWireProjPad::Draw(), reconfigure(), evd::TWireProjPad::SaveHitList(), evd::TWireProjPad::SaveSeedList(), evd::TWQProjectionView::SelectHit(), and evd::TWireProjPad::SelectOneHit().
std::vector<art::InputTag> evd::RecoDrawingOptions::fVertexLabels |
module labels that produced vertices
Definition at line 71 of file RecoDrawingOptions.h.
Referenced by evd::RecoBaseDrawer::Event3D(), reconfigure(), evd::RecoBaseDrawer::Vertex2D(), evd::RecoBaseDrawer::Vertex3D(), and evd::RecoBaseDrawer::VertexOrtho().
fhicl::ParameterSet evd::RecoDrawingOptions::fWireDrawerParams |
FHICL parameters for the wire drawing.
Definition at line 96 of file RecoDrawingOptions.h.
Referenced by reconfigure(), and evd::TQPad::TQPad().
std::vector<art::InputTag> evd::RecoDrawingOptions::fWireLabels |
module labels that produced wires
Definition at line 58 of file RecoDrawingOptions.h.
Referenced by evdb_tool::DrawWireHist::BookHistogram(), evdb_tool::DrawWireData::Fill(), evdb_tool::DrawWireHist::Fill(), evd::RecoBaseDrawer::FillQHisto(), evd::RecoBaseDrawer::FillTQHisto(), evd::RecoBaseDrawer::FillTQHistoDP(), reconfigure(), and evd::RecoBaseDrawer::Wire2D().