Go to the source code of this file.
|
| c1 = new TCanvas ("c1","",60,60,800,800) |
|
FILE * | fp = fopen("s.txt","r") |
|
Float_t | radius |
|
Float_t | E |
|
Float_t | thick |
|
Float_t | sc |
|
Float_t | ssc |
|
Float_t | sn |
|
Float_t | ssn |
|
Int_t | ncols = 0 |
|
Int_t | nlines = 0 |
|
TNtuple * | ntuple = new TNtuple("ntuple","s","radius:thick:E:sc:ssc:sn:ssn") |
|
TH2F * | h2 = new TH2F ("h2","",2,99.999,1e4,2,1e0,1e3) |
|
TText * | pt1 = new TText(200,200,"Cytoplasm") |
|
TText * | pt2 = new TText(400,15,"Nucleus") |
|
ntuple Draw |
( |
"sc:E" |
, |
|
|
"" |
, |
|
|
"LPsame" |
|
|
) |
| |
ntuple Draw |
( |
"sn: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) |
FILE* fp = fopen("s.txt","r") |
TH2F* h2 = new TH2F ("h2","",2,99.999,1e4,2,1e0,1e3) |
TNtuple* ntuple = new TNtuple("ntuple","s","radius:thick:E:sc:ssc:sn:ssn") |
TText* pt1 = new TText(200,200,"Cytoplasm") |
TText* pt2 = new TText(400,15,"Nucleus") |
Definition at line 23 of file plot.C.
Referenced by artg4tk::CheckTrackerHits::analyze(), BuildTarget(), NestAlg::CalculateIonizationAndScintillation(), geoalgo::Cone::Cone(), evd::RecoBaseDrawer::DrawShower3D(), ems::Bin2D::GetCenter(), ems::Bin2D::GetIniHits(), phot::PhotonVisibilityService::GetTimingTF1(), voronoi2d::VoronoiDiagram::makeCircleEvent(), plot(), evd::RecoBaseDrawer::Prong2D(), Read(), geoalgo::Cone::~Cone(), and geoalgo::Cylinder::~Cylinder().
Definition at line 23 of file plot.C.
Referenced by reco3d::SpacePointSolver::AddNeighbours(), larg::LArSimChannelAna::analyze(), larg4::LArG4Ana::analyze(), opdet::SimPhotonCounter::analyze(), reco3d::SpacePointSolver::BuildSystem(), CollectionWireHit::CollectionWireHit(), art::PathManager::createModulesAndWorkers(), reco3d::SpacePointSolver::FillSystemToSpacePoints(), reco3d::SpacePointSolver::FillSystemToSpacePointsAndAssns(), cheat::PhotonBackTracker::FindOpDetBacktrackerRecord(), cheat::PhotonBackTracker::FindOpDetBTR(), evgen::MUSUN::initialization(), Iterate(), Metric(), hit::HitCheater::produce(), detsim::SimWire::produce(), larg4::LArG4::produce(), art::EventProcessor::readAndProcessAsync(), cheat::BackTracker::TrackIdToSimIDEs_Ps(), cheat::PhotonBackTracker::TrackIDToSimSDP(), and CollectionWireHit::~CollectionWireHit().