# | Line 9 | Line 9 | |
---|---|---|
9 | ||
10 | void histoAlgo::initialize() | |
11 | { | |
12 | – | algoName=""; |
13 | – | linecolor=0; |
14 | – | |
12 | std::string name; | |
13 | name = "p (GeV) at generator"; | |
14 | pGen_histo = new TH1D((name+"_"+algoName).c_str(),name.c_str(),200,0.,500.); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |