함수 | |
gStyle | SetPalette (1) |
gROOT | SetStyle ("Plain") |
TFile | f ("ICSD.root") |
f | ls () |
ntuple1 | SetBranchAddress ("ionisations",&ion) |
for (Int_t i=0;i< nentries;i++) | |
hist1 | Draw () |
hist1 | GetXaxis () -> SetLabelSize(0.025) |
hist1 | GetYaxis () -> SetLabelSize(0.025) |
c1 | SaveAs ("ICSD.tiff") |
변수 | |
TCanvas * | c1 = new TCanvas ("c1","",20,20,1000,500) |
TH1D * | hist1 = new TH1D("histo","ICSD", 30, 0.0, 30) |
Double_t | ion = 0.0 |
TNtuple * | ntuple1 = (TNtuple*)f.Get("ntuple_1") |
Int_t | nentries = ntuple1->GetEntries() |
hist1 Draw | ( | ) |
TFile f | ( | "ICSD.root" | ) |
for | ( | ) |
extended/medical/dna/icsd/plot.C 파일의 24 번째 라인에서 정의되었습니다.
hist1 GetXaxis | ( | ) | -> SetLabelSize(0.025) |
hist1 GetYaxis | ( | ) | -> SetLabelSize(0.025) |
f ls | ( | ) |
c1 SaveAs | ( | "ICSD.tiff" | ) |
ntuple1 SetBranchAddress | ( | "ionisations" | , |
& | ion | ||
) |
gStyle SetPalette | ( | 1 | ) |
gROOT SetStyle | ( | "Plain" | ) |
TCanvas* c1 = new TCanvas ("c1","",20,20,1000,500) |
extended/medical/dna/icsd/plot.C 파일의 12 번째 라인에서 정의되었습니다.
TH1D* hist1 = new TH1D("histo","ICSD", 30, 0.0, 30) |
extended/medical/dna/icsd/plot.C 파일의 17 번째 라인에서 정의되었습니다.
Double_t ion = 0.0 |
extended/medical/dna/icsd/plot.C 파일의 18 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4IonTable::AddProcessManager(), G4EmCorrections::BuildCorrectionVector(), GammaKnifeParticles::ConstructParticle(), HadrontherapyParticles::ConstructParticle(), IORTParticles::ConstructParticle(), G4IonTable::CreateIon(), G4IonTable::DumpTable(), G4IonTable::FindIon(), G4IonTable::FindIonInMaster(), G4IonTable::GetIon(), G4IonTable::GetLightAntiIon(), G4IonTable::GetLightIon(), G4IonTable::GetNucleusMass(), G4ionIonisation::InitialiseEnergyLossProcess(), G4GeneralParticleSourceMessenger::IonCommand(), G4GeneralParticleSourceMessenger::IonLvlCommand(), HadrontherapyLet::LetOutput(), DMXParticleSourceMessenger::SetNewValue().
Int_t nentries = ntuple1->GetEntries() |
extended/medical/dna/icsd/plot.C 파일의 22 번째 라인에서 정의되었습니다.
TNtuple* ntuple1 = (TNtuple*)f.Get("ntuple_1") |
extended/medical/dna/icsd/plot.C 파일의 20 번째 라인에서 정의되었습니다.