Go to the source code of this file.
|
| c1 = new TCanvas ("c1","",60,60,800,800) |
|
FILE * | fp = fopen("mfp.txt","r") |
|
Float_t | E |
|
Float_t | mfp |
|
Float_t | smfp |
|
Int_t | ncols = 0 |
|
Int_t | nlines = 0 |
|
TNtuple * | ntuple = new TNtuple("ntuple","mfp","E:mfp:smfp") |
|
TH2F * | h2 = new TH2F ("h2","",2,9.99,1e4,2,0.099,1e2) |
|
ntuple Draw |
( |
"mfp:E" |
, |
|
|
"" |
, |
|
|
"LPSAME" |
|
|
) |
| |
h2 GetXaxis |
( |
| ) |
-> SetLabelSize(0.025) |
h2 GetYaxis |
( |
| ) |
-> SetLabelSize(0.025) |
gStyle SetOptStat |
( |
000000 |
| ) |
|
gROOT SetStyle |
( |
"Plain" |
| ) |
|
c1 = new TCanvas ("c1","",60,60,800,800) |
Definition at line 20 of file plot.C.
Referenced by mvapid::MVAAlg::_Var_Shape(), evgen::MARLEYHelper::add_marley_particles(), larg4::LArG4Ana::analyze(), genf::GFMaterialEffects::calcBeta(), lar_content::ConeChargeFeatureTool::CalculateChargeDistribution(), cluster::ClusterCrawlerAlg::ClusterVertexChi(), lar_pandora::LArPandoraInput::CreatePandoraMCParticles(), tca::dEdx(), genf::GFMaterialEffects::effects(), NestAlg::EnergyDeposition(), genf::GFEnergyLossBrems::energyLoss(), genf::GFEnergyLossBetheBloch::energyLoss(), genf::GFEnergyLossCoulomb::energyLoss(), genf::GFMaterialEffects::energyLossBetheBloch(), trkf::TrajectoryMCSFitter::energyLossBetheBloch(), genf::GFMaterialEffects::energyLossBrems(), genf::RKTrackRep::Extrap(), genf::RKTrackRep::extrapolate(), trkf::VertexFitAlg::fcnVtxPos(), tca::FindAlongTrans(), pma::Segment3D::GetDist2(), pma::Segment3D::GetProjection(), trkf::TrackMomentumCalculator::GetTrackMomentum(), pma::Segment3D::GetUnconstrainedProj3D(), art::ProcessHistory::id(), pma::Node3D::MakeGradient(), ClusteringValidation::ClusterAnalyser::MakeHistograms(), genf::GFMaterialEffects::noiseCoulomb(), art::EventIDMatcher::parse_pattern(), genf::GFKalman::processHit(), genf::GFDaf::processTrack(), evgen::NDKGen::produce(), t0::MCTruthT0Matching::produce(), sim::MCTrackRecoAlg::Reconstruct(), sim::MCShowerRecoAlg::Reconstruct(), genf::GFDetPlane::sane(), genf::GFDaf::setProbCut(), pma::Segment3D::SetProjection(), genf::GFMaterialEffects::stepper(), and genf::GFDetPlane::straightLineToPlane().
FILE* fp = fopen("mfp.txt","r") |
TH2F* h2 = new TH2F ("h2","",2,9.99,1e4,2,0.099,1e2) |
TNtuple* ntuple = new TNtuple("ntuple","mfp","E:mfp:smfp") |