# | Line 41 | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |