--- PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h 2010/05/03 14:33:48 1.4 +++ PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h 2010/07/08 14:00:22 1.5 @@ -19,7 +19,7 @@ * is customary and doesn't call Fill(). Notice that this implies that no overflow nor underflow counter is * maintained (in current implementation). */ -class TrkSigmaDeflHistoAction: public Histo1DAction { +class TrkSigmaDeflHistoAction: public Histo1DAction { public: @@ -29,6 +29,7 @@ * @param outFileBase The file base name for the ROOT histogram output (".root" will be appended). * If "", no ROOT output will be produced. * @param mode The mode of ROOT file creation (see documentation of TFile constructor). + * @param sigmaDeflFactor The factor to multiply sigma_deflection by before comparing it to the deflection. * @param outRoot If true, the output file in ROOT format will be produced. * @param outText If true, the output file in text format will be produced. * in ROOT's reference guide).