#include "NCUtils/Extrapolation/NCEnergyBin.h"#include "AnalysisNtuples/ANtpRecoInfo.h"#include "AnalysisNtuples/ANtpTruthInfoBeam.h"#include "MessageService/MsgService.h"#include "TMath.h"#include <cassert>Go to the source code of this file.
Functions | |
| CVSID ("$Id: NCEnergyBin.cxx,v 1.41 2009/08/10 17:56:47 bckhouse Exp $") | |
| template<class T> | |
| void | ZeroVector (vector< T > &vec) |
| Helper function for NCEnergyBin::Reset. | |
|
||||||||||||
|
|
|
||||||||||
|
Helper function for NCEnergyBin::Reset.
Definition at line 350 of file NCEnergyBin.cxx. Referenced by NCEnergyBin::Reset(). 00351 {
00352 for(unsigned int n = 0; n < vec.size(); ++n) vec[n] = 0;
00353 }
|
1.3.9.1