19 |
* is customary and doesn't call Fill(). Notice that this implies that no overflow nor underflow counter is |
* is customary and doesn't call Fill(). Notice that this implies that no overflow nor underflow counter is |
20 |
* maintained (in current implementation). |
* maintained (in current implementation). |
21 |
*/ |
*/ |
22 |
class TrkSigmaDeflHistoAction: public Histo1DAction<Int_t> { |
class TrkSigmaDeflHistoAction: public Histo1DAction<Float_t> { |
23 |
|
|
24 |
public: |
public: |
25 |
|
|
29 |
* @param outFileBase The file base name for the ROOT histogram output (".root" will be appended). |
* @param outFileBase The file base name for the ROOT histogram output (".root" will be appended). |
30 |
* If "", no ROOT output will be produced. |
* If "", no ROOT output will be produced. |
31 |
* @param mode The mode of ROOT file creation (see documentation of TFile constructor). |
* @param mode The mode of ROOT file creation (see documentation of TFile constructor). |
32 |
|
* @param sigmaDeflFactor The factor to multiply sigma_deflection by before comparing it to the deflection. |
33 |
* @param outRoot If true, the output file in ROOT format will be produced. |
* @param outRoot If true, the output file in ROOT format will be produced. |
34 |
* @param outText If true, the output file in text format will be produced. |
* @param outText If true, the output file in text format will be produced. |
35 |
* in ROOT's reference guide). |
* in ROOT's reference guide). |