ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/IPHCalignment2/analysis/histoAlgo.cpp
(Generate patch)

Comparing UserCode/IPHCalignment2/analysis/histoAlgo.cpp (file contents):
Revision 1.2 by econte, Sun Nov 27 09:56:26 2011 UTC vs.
Revision 1.3 by econte, Sun Nov 27 11:11:49 2011 UTC

# 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.);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines