Go to the source code of this file.
|
TH1D * | h1 = (TH1D*) f1.Get("8") |
|
ifstream | in |
|
TMarker * | pt |
|
Double_t | x |
|
Double_t | y |
|
int | nbdata = 0 |
|
TLegend * | legend = new TLegend(0.6,0.5,0.8,0.70) |
|
TFile f1 |
( |
"./Ta_1000keV_opt3.root" |
| ) |
|
TFile f1("./Al_1033keV_opt3.root");.
Definition at line 30 of file egs.C.
References y.
32 if (!
in.good())
break;
33 pt =
new TMarker(
x,y,22);
34 pt->SetMarkerColor(kRed);
h1 GetXaxis |
( |
| ) |
-> SetTitle("Edep (Mev.cm2/g) along x/r0 x/r0") |
in open |
( |
"./EGSnrc/Ta_1000keV_EGSnrc.ascii" |
| ) |
|
in.open("./EGSnrc/Al_1033keV_EGSnrc.ascii");
h1 SetLineColor |
( |
kBlack |
| ) |
|
h1 SetTitle |
( |
"Depth dose distribution of 1000 keV e- in Ta" |
| ) |
|
TH1D* h1 = (TH1D*) f1.Get("8") |
Definition at line 9 of file egs.C.
Definition at line 21 of file egs.C.
TLegend* legend = new TLegend(0.6,0.5,0.8,0.70) |
Definition at line 28 of file egs.C.
Definition at line 25 of file egs.C.
Referenced by geoalgo::GeoObjCollection::_AddLabel_(), geoalgo::GeoAlgo::_ClosestPt_(), trkf::SeedFinderAlgorithm::ConsolidateSeed(), reco3d::TripletFinder::DoubletHelper(), evd::RecoBaseDrawer::DrawShower3D(), tca::DumpShowerPts(), trkf::SeedFinderAlgorithm::FindSeeds(), trkf::StitchAlg::FirstStitch(), fhicl::detail::SearchAllowedConfiguration::form_absolute(), opdet::FlashHypothesisCreator::GetFlashHypothesisCollection(), trkf::SeedFinderAlgorithm::GetHitDistAndProj(), cosmic::BeamFlashTrackMatchTaggerAlg::GetMIPHypotheses(), geoalgo::GeoAlgo::Intersection(), art::detail::LibraryInfo::LibraryInfo(), lar_dl_content::DlVertexingAlgorithm::MakeWirePlaneCoordinatesFromCanvas(), reco3d::PlotSpacePoints::Plot(), geoalgo::Trajectory::push_back(), evd::RecoBaseDrawer::Seed3D(), evd::RecoBaseDrawer::SeedOrtho(), geoalgo::Sphere::Sphere(), geoalgo::GeoAlgo::SqDist(), reco3d::TripletFinder::Triplets(), reco3d::TripletFinder::TripletsTwoView(), geoalgo::Vector::Vector(), fhicl::detail::ParameterWalker< C >::walk_over(), geoalgo::AABox::~AABox(), geoalgo::Cylinder::~Cylinder(), geoalgo::HalfLine::~HalfLine(), and geoalgo::Sphere::~Sphere().
Definition at line 26 of file egs.C.