LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
plot.C File Reference

Go to the source code of this file.

Functions

gStyle SetOptStat (0000)
 
gStyle SetOptFit ()
 
gStyle SetPalette (1)
 
gROOT SetStyle ("Plain")
 
c1 Divide (4, 3)
 
 while (1)
 
 fclose (fp)
 
c1 cd (1)
 
h1 Draw ()
 
h1 GetXaxis () -> SetLabelSize(0.025)
 
h1 GetYaxis () -> SetLabelSize(0.025)
 
h1 SetLineColor (3)
 
h1 SetFillColor (3)
 
h11 SetLineColor (8)
 
h11 SetFillColor (8)
 
h11 Draw ("same")
 
c1 cd (5)
 
h2 SetLineColor (2)
 
h2 SetFillColor (2)
 
h20 SetLineColor (5)
 
h20 SetFillColor (5)
 
c1 cd (7)
 
ntupleYX Draw ("Y:X>>hist","vox","colz")
 
gPad SetLogz ()
 
hist Draw ("colz")
 
hist GetZaxis () -> SetLabelSize(0.025)
 
hist SetTitle ("Cytoplasm intensity on transverse section")
 
c1 cd (3)
 
ntupleYXN Draw ("Y:X>>hist2","vox","colz")
 
hist2 SetTitle ("Nucleus intensity on transverse section")
 
 system ("rm -rf microbeam.root")
 
 system ("hadd microbeam.root microbeam_*.root")
 
TFile f ("microbeam.root")
 
c1 cd (2)
 
ntuple3 Project ("h1bis","doseN")
 
h1bis Scale (scale)
 
c1 cd (6)
 
ntuple3 Project ("h10bis","doseC")
 
c1 cd (9)
 
ntuple0 Project ("h2bis","sp")
 
h2bis SetTitle ("dE/dx at cell entrance")
 
h2bis SetFillColor (4)
 
h2bis SetLineColor (4)
 
h2bis Fit ("gaus")
 
gaus SetLineColor (6)
 
ntuple2 SetBranchAddress ("x",&x)
 
ntuple2 SetBranchAddress ("y",&y)
 
ntuple2 SetBranchAddress ("z",&z)
 
 for (Int_t i=0;i< nentries;i++)
 
c1 cd (10)
 
ntupleR Draw ("X2:Z2","abs(X2)<50","surf3")
 
c1 cd (11)
 
ntuple4 Draw ("y*0.359060:x*0.359060>>histbis","doseV","contz")
 
histbis Draw ("contz")
 
histbis SetTitle ("Mean energy deposit -transverse- (z axis in eV)")
 
c1 cd (12)
 
ntuple4 Draw ("x*0.359060:(z+1500/0.162810+21)*0.162810>>histter","doseV","contz")
 
histter SetTitle ("Mean energy deposit -longitudinal- (z axis in eV)")
 
c1 cd (4)
 
ntuple1 Project ("hx","x")
 
h77 SetTitle ("Beam X position on cell")
 
c1 cd (8)
 
ntuple1 Project ("hy","y")
 
h88 SetTitle ("Beam Y position on cell")
 

Variables

Double_t scale = 1/h1bis->Integral()
 
 c1 = new TCanvas ("c1","",20,20,1200,900)
 
FILE * fp = fopen("phantom.dat","r")
 
Float_t xVox
 
Float_t yVox
 
Float_t zVox
 
Float_t tmp
 
Float_t den
 
Float_t dose
 
Float_t X
 
Float_t Y
 
Float_t Z
 
Float_t vox = 0
 
Float_t mat = 0
 
Float_t voxelSizeX
 
Float_t voxelSizeY
 
Float_t voxelSizeZ
 
TH1F * h1 = new TH1F("h1","Nucleus marker intensity",100,1,300)
 
TH1F * h11 = new TH1F("h11 ","",100,1,300)
 
TH1F * h2 = new TH1F("h2","Cytoplasm marker intensity",100,1,300)
 
TH1F * h20 = new TH1F("h20 ","",100,1,300)
 
TNtuple * ntupleYXN = new TNtuple("NUCLEUS","ntuple","Y:X:vox")
 
TNtuple * ntupleZX = new TNtuple("CYTOPLASM","ntuple","Z:X:vox")
 
TNtuple * ntupleYX = new TNtuple("CYTOPLASM","ntuple","Y:X:vox")
 
Int_t nlines =0
 
Int_t ncols =0
 
TH2F * hist = new TH2F("hist","hist",50,-20,20,50,-20,20)
 
TH2F * hist2 = new TH2F("hist2","hist2",50,-20,20,50,-20,20)
 
TNtuple * ntuple0 = (TNtuple*)f.Get("ntuple0")
 
TNtuple * ntuple1 = (TNtuple*)f.Get("ntuple1")
 
TNtuple * ntuple2 = (TNtuple*)f.Get("ntuple2")
 
TNtuple * ntuple3 = (TNtuple*)f.Get("ntuple3")
 
TNtuple * ntuple4 = (TNtuple*)f.Get("ntuple4")
 
TH1F * h1bis = new TH1F("h1bis","Dose distribution in Nucleus",100,0.001,1.)
 
TH1F * h10 = new TH1F("h10bis","Dose distribution in Cytoplasm",100,0.001,.2)
 
Float_t d
 
TH1F * h2bis = new TH1F("h2bis","Beam stopping power at cell entrance",200,0,300)
 
Double_t Xc = -1295.59e3 - 955e3*sin(10*TMath::Pi()/180)
 
Double_t Zc = -1327e3 + 955e3*cos(10*TMath::Pi()/180)
 
Double_t X1
 
Double_t Y1
 
Double_t Z1
 
Double_t X2
 
Double_t Y2
 
Double_t Z2
 
TNtuple * ntupleR = new TNtuple("Rmax","ntuple","Z2:Y2:X2")
 
Double_t x
 
Double_t y
 
Double_t z
 
Double_t xx
 
Double_t zz
 
Int_t nentries = (Int_t)ntuple2->GetEntries()
 
TH2F * histbis = new TH2F("histbis","histbis",50,-20,20,50,-20,20)
 
TH2F * histter = new TH2F("histter","histter",50,-20,20,50,-20,20)
 
TH1F * h77 = new TH1F("hx","h1",200,-10,10)
 
TH1F * h88 = new TH1F("hy","h1",200,-10,10)
 

Function Documentation

c1 cd ( )
c1 cd ( )
c1 cd ( )
c1 cd ( )
c1 cd ( )
c1 cd ( )
c1 cd ( 10  )
c1 cd ( 11  )
c1 cd ( 12  )
c1 cd ( )
c1 cd ( )
c1 Divide ( ,
 
)
h1 Draw ( )
h11 Draw ( "same"  )
ntupleYX Draw ( "Y:X>>hist ,
"vox"  ,
"colz"   
)
hist2 Draw ( "colz"  )
ntupleYXN Draw ( "Y:X>>hist2 ,
"vox"  ,
"colz"   
)
ntupleR Draw ( "X2:Z2"  )
ntuple4 Draw ( "y*0.359060:x*0.359060>>histbis ,
"doseV"  ,
"contz"   
)
histter Draw ( "contz"  )
ntuple4 Draw ( "x*0.359060:(z+1500/0.162810+21)*0.162810>>histter ,
"doseV"  ,
"contz"   
)
TFile f ( "microbeam.root"  )
fclose ( fp  )

Referenced by if(), and while().

h88 Fit ( "gaus"  )
for ( )

Definition at line 284 of file plot.C.

References c1, x, Xc, y, Y1, z, and Zc.

285 {
286  ntuple2->GetEntry(i);
287  X1=x;
288  Y1=y;
289  Z1=z;
290  xx = X1-Xc;
291  zz = Z1-Zc;
292  Z2 = zz*cos(10*TMath::Pi()/180)-xx*sin(10*TMath::Pi()/180);
293  X2 = zz*sin(10*TMath::Pi()/180)+xx*cos(10*TMath::Pi()/180);
294  Y2 = Y1;
295  ntupleR->Fill(Z2,Y2,X2);
296 }
Double_t y
Definition: plot.C:279
Double_t z
Definition: plot.C:279
Double_t zz
Definition: plot.C:279
Double_t x
Definition: plot.C:279
Double_t X2
Definition: plot.C:266
TNtuple * ntuple2
Definition: plot.C:178
Double_t X1
Definition: plot.C:266
Double_t Y1
Definition: plot.C:266
Double_t xx
Definition: plot.C:279
Double_t Z2
Definition: plot.C:266
Double_t Z1
Definition: plot.C:266
Double_t Zc
Definition: plot.C:266
Double_t Xc
Definition: plot.C:266
TNtuple * ntupleR
Definition: plot.C:278
Double_t Y2
Definition: plot.C:266
h1 GetXaxis ( ) -> SetLabelSize(0.025)
h1 GetYaxis ( ) -> SetLabelSize(0.025)
histter GetZaxis ( ) -> SetLabelSize(0.025)
ntuple3 Project ( "h1bis"  ,
"doseN"   
)
ntuple3 Project ( "h10bis"  ,
"doseC"   
)
ntuple0 Project ( "h2bis"  ,
"sp"   
)
ntuple1 Project ( "hx"  ,
"x"   
)
ntuple1 Project ( "hy"  ,
"y"   
)
h88 Scale ( scale  )
ntuple2 SetBranchAddress ( "x"  ,
x 
)
ntuple2 SetBranchAddress ( "y"  ,
y 
)
ntuple2 SetBranchAddress ( "z"  ,
z 
)
h1bis SetFillColor ( )
h11 SetFillColor ( )
h10 SetFillColor ( )
h20 SetFillColor ( )
h88 SetFillColor ( )
h1bis SetLineColor ( )
h11 SetLineColor ( )
h2 SetLineColor ( )
h20 SetLineColor ( )
h88 SetLineColor ( )
gaus SetLineColor ( )
gPad SetLogz ( )
gStyle SetOptFit ( )
gStyle SetOptStat ( 0000  )
gStyle SetPalette ( )
gROOT SetStyle ( "Plain"  )
hist SetTitle ( "Cytoplasm intensity on transverse section"  )
hist2 SetTitle ( "Nucleus intensity on transverse section"  )
h2bis SetTitle ( "dE/dx at cell entrance"  )
histbis SetTitle ( "Mean energy deposit -transverse- (z axis in eV)"  )
histter SetTitle ( "Mean energy deposit -longitudinal- (z axis in eV)"  )
h77 SetTitle ( "Beam X position on cell"  )
h88 SetTitle ( "Beam Y position on cell"  )
system ( "rm -rf microbeam.root"  )
system ( "hadd microbeam.root microbeam_*.root"  )
while ( )

Definition at line 56 of file plot.C.

References c1, fclose(), mat, voxelSizeX, voxelSizeY, and voxelSizeZ.

57  {
58  if ( nlines == 0 ) ncols = fscanf(fp,"%f %f %f",&tmp,&tmp,&tmp);
59  if ( nlines == 1 ) ncols = fscanf(fp,"%f %f %f",&voxelSizeX,&voxelSizeY,&voxelSizeZ);
60  if ( nlines == 2 ) ncols = fscanf(fp,"%f %f %f",&tmp,&tmp,&tmp);
61  if ( nlines >= 3 ) ncols = fscanf(fp,"%f %f %f %f %f %f", &X, &Y, &Z, &mat, &den, &vox);
62  if (ncols < 0) break;
63 
64  X= X*voxelSizeX;
65  Y= Y*voxelSizeY;
66  Z= Z*voxelSizeZ;
67 
68  if ( mat == 2 ) // noyau
69  {
70  if (den==1) h1->Fill( vox );
71  if (den==2) h11->Fill( vox );
72  ntupleYXN->Fill(Y,X,vox);
73  }
74  if ( mat == 1 ) // cytoplasm
75  {
76  if (den==1) h2->Fill( vox );
77  if (den==2) h20->Fill( vox );
78  ntupleZX->Fill(Z,X,vox);
79  ntupleYX->Fill(Y,X,vox);
80  }
81  nlines++;
82 
83  }
Float_t vox
Definition: plot.C:40
TNtuple * ntupleYX
Definition: plot.C:51
Float_t den
Definition: plot.C:37
Float_t Y
Definition: plot.C:39
Float_t tmp
Definition: plot.C:37
Float_t Z
Definition: plot.C:39
TNtuple * ntupleYXN
Definition: plot.C:49
Float_t voxelSizeY
Definition: plot.C:41
TNtuple * ntupleZX
Definition: plot.C:50
Float_t voxelSizeZ
Definition: plot.C:41
Float_t mat
Definition: plot.C:40
FILE * fp
Definition: plot.C:36
TH1F * h2
Definition: plot.C:46
Float_t voxelSizeX
Definition: plot.C:41
TH1F * h11
Definition: plot.C:44
TH1F * h20
Definition: plot.C:47
TH1F * h1
Definition: plot.C:43
Int_t nlines
Definition: plot.C:53
Float_t X
Definition: plot.C:39
Int_t ncols
Definition: plot.C:54

Variable Documentation

c1 = new TCanvas ("c1","",20,20,1200,900)

Definition at line 28 of file plot.C.

Referenced by for(), and while().

Float_t d

Definition at line 237 of file plot.C.

Referenced by geoalgo::GeoAlgo::_SqDist_(), pma::VtxCandidate::Add(), img::DataProviderAlg::addCoherentNoise(), art::FileCatalogMetadata::addMetadata(), img::DataProviderAlg::addWhiteNoise(), larg4::LArG4Ana::analyze(), opdet::FlashPurityCheckAna::analyze(), img::DataProviderAlg::applyBlur(), pma::PMAlgTracker::areCoLinear(), art::AssnsNode< L, R, D >::AssnsNode(), pma::ProjectionMatchingAlg::buildMultiTPCTrack(), lar_content::CosmicRayTaggingTool::CheckAssociation(), cheat::RecoCheckAna::CheckRecoEvents(), cheat::RecoCheckAna::CheckRecoVertices(), tss::Cluster2D::closest(), lar_cluster3d::ClusterMergeAlg::closestApproach(), lar_cluster3d::ClusterPathFinder::closestApproach(), lar_cluster3d::VoronoiPathFinder::closestApproach(), nnet::TrainingDataAlg::collectVtxFlags(), apa::DisambigAlg::CompareViews(), pma::Track3D::CompleteMissingWires(), keras::LayerMaxPooling::compute_output(), trkf::Geometric3DVertexFitter::computeMeta(), art::detail::TwoArgInsert< cet::map_vector< T > >::concatenate(), larg4::LArVoxelReadoutGeometry::Construct(), phot::CreateHybridLibrary::CreateHybridLibrary(), geo::part::Partition< Data >::data(), anab::FVectorWriter< N >::descriptionExists(), lar_content::KDTreeLinkerAlgo< DATA, DIM >::dist2(), pma::Track3D::DriftsOfWireIntersection(), trkf::BezierTrackerAlgorithm::EvaluateOccupancy(), genf::GeaneTrackRep2::extrapolate(), evd::RawDataDrawer::FillQHisto(), larg4::AuxDetReadoutGeometry::FindAndMakeAuxDet(), larg4::AuxDetReadoutGeometry::FindAndMakeAuxDetSensitive(), nnet::TrainingDataAlg::findCrop(), larg4::LArVoxelReadoutGeometry::FindNestedVolume(), geo::part::GridPartition< Data >::findPart(), trkf::Geometric3DVertexFitter::fitTracks(), nnet::PointIdAlg::flattenData2D(), func1(), trkf::BezierTrack::GetCalorimetryObject(), trkf::BezierTrack::GetClosestApproach(), trkf::BezierTrack::GetClosestApproaches(), pma::Node3D::GetDistToWall(), lar_cluster3d::PrincipalComponentsAlg::getHit2DPocaToAxis(), pma::Track3D::GetNearestTrkInTree(), sim::PhotonVoxelDef::GetNeighboringVoxelIDs(), trkf::FeatureTracker::GetValidLines(), util::DetectorPropertiesServiceArgoNeuT::isDetectorPropertiesServiceArgoNeuT(), detinfo::DetectorPropertiesServiceStandard::isDetectorPropertiesServiceStandard(), nnet::TrainingDataAlg::isElectronEnd(), nnet::TrainingDataAlg::isMuonDecaying(), detinfo::DetectorClocksStandard::IsRightConfig(), trkmkr::KalmanFilterFitTrackMaker::KalmanFilterFitTrackMaker(), simfilter::FilterGenInTime::KeepParticle(), genf::GFDetPlane::LabToPlane(), keras::LayerConv2D::load_weights(), pma::PMAlgVertexing::makeVertices(), pma::PMAlgTracker::mergeCoLinear(), pma::VtxCandidate::MergeWith(), tss::Cluster2D::outermost(), img::DataProviderAlg::patchFromDownsampledView(), img::DataProviderAlg::patchFromOriginalView(), lar_cluster3d::PrincipalComponentsAlg::PCAAnalysis_2D(), genf::PointHit::PointHit(), img::DataProviderAlg::poolMax(), img::DataProviderAlg::poolSum(), art::TimeTracker::postEventProcessing(), art::TimeTracker::postEventReading(), art::TimeTracker::preEventProcessing(), art::TimeTracker::preEventReading(), TrackProducerFromPFParticle::produce(), geo::ProjectToBoxEdge(), evgb::CRYHelper::ProjectToBoxEdge(), evgen::CORSIKAGen::ProjectToBoxEdge(), keras::DataChunk2D::read_from_file(), util::DetectorPropertiesServiceArgoNeuT::reconfigure(), sim::MCTrackRecoAlg::Reconstruct(), sim::MCShowerRecoAlg::Reconstruct(), art::MemoryTracker::recordEventData(), art::MemoryTracker::recordModuleData(), art::TimeTracker::recordTime(), cluster::ClusterParamsAlg::RefineStartPoints(), tf::Graph::run(), cluster::fuzzyClusterAlg::run_fuzzy_cluster(), larg4::OpFastScintillation::sample_time(), evd::HitSelector::SaveSeedLines(), keras::DataChunk2D::set_data(), keras::DataChunkFlat::set_data(), genf::GFTrackCand::setDip(), XBase::SetDVal(), AClass::SetDVal(), genf::GFKalman::setInitialDirection(), cmtool::CBAlgoCenterOfMassSmall::SetMaxCOMDistance(), cmtool::CBAlgoCenterOfMassSmall::SetMaxDistance(), cmtool::CBAlgoCenterOfMass::SetMaxDistance(), genf::GFWirepointHitPolicy::setMaxDistance(), genf::GFWireHitPolicy::setMaxDistance(), cmtool::CBAlgoStartNearEnd::SetMaxStartEndSeparation(), cmtool::CBAlgoShortestDistNonEndpoint::SetSquaredDistanceCut(), cmtool::CBAlgoShortestDistSmallCluster::SetSquaredDistanceCut(), cmtool::CBAlgoShortestDist::SetSquaredDistanceCut(), cluster::ClusterMergeAlg::SetSquaredDistanceCut(), cmtool::CBAlgoOutOfConeSeparate::SetStartAngleFalloff(), genf::GFTrackCand::setTrackSeed(), genf::SlTrackRep::SlTrackRep(), art::Source< T >::Source(), geoalgo::Sphere::Sphere(), art::TimeTracker::startTime(), pma::Element3D::SumDist2(), pma::PMAlgCosmicTagger::tagApparentStopper(), genf::GFDetPlane::toLab(), apa::DisambigAlg::TrivialDisambig(), lar_pandora::LArPandoraEvent::WriteCollection(), and art::OutputModule::writeProductDescriptionRegistry().

Float_t dose

Definition at line 37 of file plot.C.

FILE* fp = fopen("phantom.dat","r")

Definition at line 36 of file plot.C.

TH1F* h1 = new TH1F("h1","Nucleus marker intensity",100,1,300)
TH1F* h10 = new TH1F("h10bis","Dose distribution in Cytoplasm",100,0.001,.2)

Definition at line 189 of file plot.C.

TH1F* h11 = new TH1F("h11 ","",100,1,300)

Definition at line 44 of file plot.C.

TH1F* h1bis = new TH1F("h1bis","Dose distribution in Nucleus",100,0.001,1.)

Definition at line 188 of file plot.C.

TH1F* h2 = new TH1F("h2","Cytoplasm marker intensity",100,1,300)

Definition at line 46 of file plot.C.

Referenced by GammaFit(), and evdb::ColorScale::SetBounds().

TH1F* h20 = new TH1F("h20 ","",100,1,300)

Definition at line 47 of file plot.C.

Referenced by for().

TH1F* h2bis = new TH1F("h2bis","Beam stopping power at cell entrance",200,0,300)

Definition at line 239 of file plot.C.

TH1F* h77 = new TH1F("hx","h1",200,-10,10)

Definition at line 366 of file plot.C.

TH1F* h88 = new TH1F("hy","h1",200,-10,10)

Definition at line 367 of file plot.C.

TH2F* hist2 = new TH2F("hist2","hist2",50,-20,20,50,-20,20)

Definition at line 154 of file plot.C.

TH2F* histbis = new TH2F("histbis","histbis",50,-20,20,50,-20,20)

Definition at line 325 of file plot.C.

TH2F* histter = new TH2F("histter","histter",50,-20,20,50,-20,20)

Definition at line 342 of file plot.C.

Int_t ncols =0

Definition at line 54 of file plot.C.

Int_t nentries = (Int_t)ntuple2->GetEntries()

Definition at line 283 of file plot.C.

Int_t nlines =0

Definition at line 53 of file plot.C.

ntuple0 = (TNtuple*)f.Get("ntuple0")

Definition at line 176 of file plot.C.

ntuple1 = (TNtuple*)f.Get("ntuple1")

Definition at line 177 of file plot.C.

ntuple2 = (TNtuple*)f.Get("ntuple2")

Definition at line 178 of file plot.C.

ntuple3 = (TNtuple*)f.Get("ntuple3")

Definition at line 179 of file plot.C.

ntuple4 = (TNtuple*)f.Get("ntuple4")

Definition at line 180 of file plot.C.

TNtuple* ntupleR = new TNtuple("Rmax","ntuple","Z2:Y2:X2")

Definition at line 278 of file plot.C.

TNtuple* ntupleYX = new TNtuple("CYTOPLASM","ntuple","Y:X:vox")

Definition at line 51 of file plot.C.

TNtuple* ntupleYXN = new TNtuple("NUCLEUS","ntuple","Y:X:vox")

Definition at line 49 of file plot.C.

TNtuple* ntupleZX = new TNtuple("CYTOPLASM","ntuple","Z:X:vox")

Definition at line 50 of file plot.C.

Float_t tmp

Definition at line 37 of file plot.C.

Referenced by tca::AddTjsInsideEnvelope(), caldata::CalWireAna::analyze(), pma::PMAlgTracker::areCoLinear(), tca::TrajClusterAlg::ChkStopEndPts(), art::PtrVectorBase::clear(), art::SummedValue< T >::clear(), art::Handle< T >::clear(), cluster::ClusterMatchTQ::ClusterMatch(), cluster::ClusterCrawlerAlg::DeadWireCount(), tca::DeadWireCount(), art::decode(), fhicl::detail::decode_tuple(), fhicl::ParameterSet::descend_(), lariov::DetPedestalRetrievalAlg::DetPedestalRetrievalAlg(), art::OpenRangeSetHandler::do_getSeenRanges(), art::ClosedRangeSetHandler::do_getSeenRanges(), art::ClosedRangeSetHandler::do_rebase(), art::PtrVectorBase::fillPtrs(), tca::FindCloseTjs(), cluster::MergeClusterAlg::FindClusterOverlap(), tca::FindCompleteness(), tca::FindCots(), tca::FindHammerVertices2(), tca::FitVertex(), shower::ReconTrack::FlipTrack(), tca::GetAssns(), tca::TrajClusterAlg::GetHitMultiplet(), art::ServicesManager::getParameterSets(), tca::GetPFPVertices(), trkmkr::OptionalPointElement::getSpacePoint(), trkmkr::OptionalPointElement::getTrackFitHitInfo(), tca::GetVtxTjIDs(), tca::TrajClusterAlg::GottaKink(), art::RangeSet::has_disjoint_ranges(), art::ProcessHistory::id(), pma::Track3D::Length(), corner::CornerFinderAlg::line_integral(), tca::TrajClusterAlg::MakeAllTrajClusters(), trkf::CCTrackMaker::MakeFamily(), pma::Node3D::MakeGradient(), tca::TrajClusterAlg::MakeJunkTraj(), wc::MergeWireCell::MakeShowers(), MarshaledG4String::marshal1(), MarshaledG4VHitsCollection::marshal1(), MarshaledG4HCofThisEvent::marshal1(), MarshaledG4HitsCollection::marshal1(), MarshaledG4THitsCollection< T >::marshal1(), MarshaledG4VHitsCollection::marshal2(), MarshaledG4VHitsCollection::marshal3(), tca::Match3DVtxTjs(), tca::MCParticleListUtils::MCParticleStartTjID(), tca::MergeWithVertex(), trk::TrackContainmentAlg::MinDistanceEndPt(), trk::TrackContainmentAlg::MinDistanceStartPt(), pma::Node3D::Node3D(), fhicl::OptionalTupleAs< T(ARGS...)>::operator()(), art::const_AssnsIter< L, R, D, Dir >::operator+(), art::const_AssnsIter< L, R, D, Dir >::operator++(), detinfo::ElecClock::operator++(), art::const_AssnsIter< L, R, D, Dir >::operator-(), art::const_AssnsIter< L, R, D, Dir >::operator--(), detinfo::ElecClock::operator--(), art::const_AssnsIter< L, R, D, Dir >::operator[](), img::DataProviderAlg::patchFromOriginalView(), tca::PFPVxTjOK(), util::GeometryUtilities::PolyOverlap(), tca::PrintAllTraj(), tca::PrintStopFlag(), opdet::OpticalRawDigitReformatter::produce(), trkf::Track3DKalmanSPS::produce(), trkf::CosmicTracker::produce(), lariov::SIOVPmtGainProvider::Reconfigure(), lariov::SIOVElectronicsCalibProvider::Reconfigure(), lariov::DetPedestalRetrievalAlg::Reconfigure(), art::SQLite3Wrapper::reset(), tca::SetHighScoreBits(), cmtool::SimpleCombination(), trkmkr::OptionalOutputs::spacePointHitPairs(), geoalgo::Sphere::Sphere(), pma::Node3D::StepWithGradient(), tca::TjDeltaRMS(), trkmkr::OptionalOutputs::trackFitHitInfos(), raw::Uncompress(), Polygon2D::UntanglePolygon(), trkf::KFTrackState::updateWithHitState(), pma::Track3D::WireDriftRange(), art::OutputModule::writeProductDescriptionRegistry(), tca::TrajClusterAlg::YieldHits(), and art::PtrVector< T >::zeroTransients().

Float_t voxelSizeX
Float_t voxelSizeY
Float_t voxelSizeZ
Float_t X

Definition at line 39 of file plot.C.

Referenced by geo::details::ActiveAreaCalculator::adjustCorners(), lar_pandora::PFParticleMonitoring::analyze(), shower::EMShowerAlg::CheckShowerHits(), lar::util::QuadraticFit< T >::ChiSquare(), tss::Segmentation2D::Cl2InsideCl1(), evd::RecoBaseDrawer::DrawProng2D(), pma::Track3D::DriftsOfWireIntersection(), genf::GFMaterialEffects::effects(), simb::MCParticle::EndPx(), simb::MCParticle::EndX(), genf::GFEnergyLossBrems::energyLoss(), genf::GFMaterialEffects::energyLossBrems(), genf::RKTrackRep::extrapolate(), ems::DirOfGamma::FillBins(), trkf::CCTrackMaker::FillEndMatch(), cluster::ClusterCrawlerAlg::FindHammerClusters(), trkf::CCTrackMaker::FindMaybeVertices(), trkf::CCTrackMaker::FindMissingCluster(), shower::EMShowerAlg::FindShowerStart(), genf::GFSpacepointHitPolicy::hitCov(), geo::details::ActiveAreaCalculator::initializeWireEnds(), trkf::CCTrackMaker::MakeClusterChains(), trkf::CCTrackMaker::MakeFamily(), art::PtrRemapper::operator()(), shower::EMShowerAlg::OrderShowerHits(), trkf::CCTrackMaker::PlnMatch(), trkf::CCTrackMaker::PrintClusters(), evgen::NUANCEGen::produce(), sim::MCTrackRecoAlg::Reconstruct(), shower::EMShowerAlg::RelativeWireWidth(), genf::GFMaterialEffects::stepper(), trkf::CCTrackMaker::StoreTrack(), util::DetectorPropertiesServiceArgoNeuT::TimeOffsetY(), detinfo::DetectorProperties::TimeOffsetY(), detinfo::DetectorPropertiesStandard::TimeOffsetY(), trkf::CosmicTrackerAlg::TrackTrajectory(), cluster::ClusterCrawlerAlg::Vtx3ClusterMatch(), cluster::ClusterCrawlerAlg::Vtx3ClusterSplit(), trkf::CCTrackMaker::VtxMatch(), and shower::EMShowerAlg::WorstPlane().

Double_t x

Definition at line 279 of file plot.C.

Referenced by for().

Xc = -1295.59e3 - 955e3*sin(10*TMath::Pi()/180)

Definition at line 266 of file plot.C.

Referenced by for().

Float_t xVox

Definition at line 37 of file plot.C.

Double_t xx

Definition at line 279 of file plot.C.

Double_t y

Definition at line 279 of file plot.C.

Referenced by for().

Double_t Y1

Definition at line 266 of file plot.C.

Referenced by for(), and lar_pandora::LArPandoraGeometry::LoadDetectorGaps().

Double_t Y2

Definition at line 266 of file plot.C.

Referenced by lar_pandora::LArPandoraGeometry::LoadDetectorGaps().

Float_t yVox

Definition at line 37 of file plot.C.

Double_t z

Definition at line 279 of file plot.C.

Referenced by pma::ProjectionMatchingAlg::addEndpointRef(), reco3d::SpacePointSolver::AddNeighbours(), opdet::OpFlashAna::analyze(), evgen::NUANCEGen::beginJob(), evgen::NDKGen::beginJob(), evgen::GENIEGen::beginJob(), evd::RecoBaseDrawer::BezierTrack3D(), larg4::ISCalculationSeparate::CalculateIonization(), geoalgo::Sphere::Center(), ExN01DetectorConstruction::Construct(), DetectorConstruction::DefineMaterials(), ExN03DetectorConstruction::DefineMaterials(), geoalgo::HalfLine::Dir(), evd_tool::StandardDrawer::DrawGrids(), evd_tool::ICARUSDrawer::DrawGrids(), evd_tool::MicroBooNEDrawer::DrawGrids(), evd::RecoBaseDrawer::DrawTrackOrtho(), evd::RecoBaseDrawer::DrawTrackVertexAssns2D(), geoalgo::LineSegment::End(), NestAlg::EnergyDeposition(), lar::util::GaussianFit< T >::Evaluate(), export_G4ThreeVector(), lar::example::details::extractPositionZ(), tca::Find3DVertices(), evd::TWQMultiTPCProjectionView::FindEndPoint(), evd::TWQProjectionView::FindEndPoint(), cluster::ClusterCrawlerAlg::FindHammerClusters(), evd::TWQMultiTPCProjectionView::FindLineLength(), evd::TWQProjectionView::FindLineLength(), for(), hit::details::CompiledGausFitCacheBaseStruct::gaus_trunc(), MedicalBeam::GenerateBeamDirection(), g4b::ConvertMCTruthToG4::GeneratePrimaries(), vertex::FeatureVertexFinder::Get3dVertexCandidates(), lar_content::ThreeDShowersAlgorithm::GetBestHitOverlapFraction(), lar_content::BoundedClusterMopUpAlgorithm::GetBoundedFraction(), sim::SimListUtils::GetLArVoxelList(), util::GeometryUtilities::GetProjectedPoint(), evgen::CORSIKAGen::GetSample(), util::GeometryUtilities::GetYZ(), lar::util::simple_geo::Volume< Point >::IncludePoint(), sim::MCRecoPart::InDetector(), pma::Track3D::InitFromHits(), NestAlg::InitMatPropValues(), DUNE::NeutrinoShowerEff::insideFV(), DUNE::NeutrinoTrackingEff::insideFV(), DUNE::MuonTrackingEff::insideFV(), lar::util::simple_geo::Volume< Point >::Intersect(), sim::LArVoxelID::LArVoxelID(), wc::MergeWireCell::MakeTracks(), trkf::BezierTrackerAlgorithm::MakeTracks(), geoalgo::AABox::Max(), geoalgo::AABox::Min(), mvapid::MVAAlg::SumDistance2::operator()(), lar_cluster3d::PrincipalComponentsAlg::PCAAnalysis_2D(), lar_cluster3d::PrincipalComponentsAlg::PCAAnalysis_3D(), wc::CellTree::PDGName(), reco3d::PlotSpacePoints::Plot(), lar::example::SpacePartition< PointIter >::pointIndex(), wc::CellTree::processSpacePoint(), trkf::TrackKalmanCheater::produce(), vertex::PrimaryVertexFinder::produce(), shwf::ShowerReco::produce(), evd::RecoBaseDrawer::Prong2D(), geoalgo::Line::Pt1(), geoalgo::Line::Pt2(), cluster::ClusterParamsAlg::RefineStartPoints(), lar_content::LArPcaHelper::RunPca(), evgen::ActiveVolumeVertexSampler::sample_vertex_pos(), cluster::BlurredClusteringAlg::SaveImage(), detinfo::LArPropertiesStandard::SetAtomicNumber(), sim::MCEnDep::SetVertex(), trkf::TrackTrajectoryAlg::ShortTrackTrajectory(), cheat::PhotonBackTracker::SimSDPsToXYZ(), geoalgo::Sphere::Sphere(), sqlite3Strlen30(), geoalgo::HalfLine::Start(), geoalgo::LineSegment::Start(), vertex::PrimaryVertexFinder::StartPointSeperation(), apa::DisambigAlg::TrivialDisambig(), sim::UniquePosition::UniquePosition(), evd::Display3DPad::UpdateSeedCurve(), geoalgo::Vector::Vector(), lar::util::simple_geo::Volume< Point >::Volume(), cluster::ClusterCrawlerAlg::VtxMatch(), geo::GeometryCore::WireCoordinate(), geoalgo::AABox::~AABox(), geoalgo::Cone::~Cone(), geoalgo::HalfLine::~HalfLine(), geoalgo::Line::~Line(), geoalgo::LineSegment::~LineSegment(), and geoalgo::Sphere::~Sphere().

Zc = -1327e3 + 955e3*cos(10*TMath::Pi()/180)

Definition at line 266 of file plot.C.

Referenced by for().

Float_t zVox

Definition at line 37 of file plot.C.