Go to the source code of this file.
|
TCanvas * | c1 = new TCanvas("c1", " ") |
|
TH1D * | ha1 = (TH1D*)fa.Get("6") |
|
TH1D * | hb1 = (TH1D*)fb.Get("6") |
|
TLegend * | le = new TLegend(0.6,0.6,0.8,0.8) |
|
le AddEntry |
( |
ha1 |
, |
|
|
"Li7" |
, |
|
|
"l" |
|
|
) |
| |
le AddEntry |
( |
hb1 |
, |
|
|
"Li6" |
, |
|
|
"l" |
|
|
) |
| |
Referenced by Acts::Legacy::AtlasSeedfinder< SpacePoint >::buildFrameWork(), G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom(), Acts::EllipseBounds::distanceToBoundary(), c2_function< G4double >::fill_fblock(), G4Abla::G4Abla(), jjia_minbias_new(), lustrf(), luzdis(), pypdfl(), pystrf(), pyzdis(), G4PenelopeIonisationModel::SampleFinalStateElectron(), G4EmExtraParametersMessenger::SetNewValue(), and vegas().
ha1 SetLineColor |
( |
kBlue |
| ) |
|
hb1 SetLineColor |
( |
kRed |
| ) |
|
TCanvas* c1 = new TCanvas("c1", " ") |
Definition at line 6 of file plot2.C.
View newest version in sPHENIX GitHub at line 6 of file plot2.C
TH1D* ha1 = (TH1D*)fa.Get("6") |
Definition at line 15 of file plot2.C.
View newest version in sPHENIX GitHub at line 15 of file plot2.C
TH1D* hb1 = (TH1D*)fb.Get("6") |
Definition at line 19 of file plot2.C.
View newest version in sPHENIX GitHub at line 19 of file plot2.C
TLegend* le = new TLegend(0.6,0.6,0.8,0.8) |