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.4 by econte, Mon Nov 28 16:14:23 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.);
# Line 44 | Line 41 | void histoAlgo::initialize()
41    reta_histo   = new TH1D((name+"_"+algoName).c_str(),name.c_str(),200,-0.2,+0.2);
42    name = "azimutal angle resolution";
43    rphi_histo   = new TH1D((name+"_"+algoName).c_str(),name.c_str(),200,-0.2,+0.2);
44 < name = "Z mass resolution";
44 >  name = "Z mass resolution";
45    rmz_histo    = new TH1D((name+"_"+algoName).c_str(),name.c_str() ,200,-0.2,+0.2);
46  
47   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines