SND@LHC Software
|
#include "sndSciFiTools.h"
#include <numeric>
#include <algorithm>
#include "TH1F.h"
#include "FairLogger.h"
#include "TClonesArray.h"
#include "sndScifiHit.h"
#include "ROOT/TSeq.hxx"
#include "Scifi.h"
Go to the source code of this file.
Functions | |
bool | validateHit (sndScifiHit *aHit, int ref_station, bool ref_orientation) |
double | computeMean (const std::vector< double > &values) |
double computeMean | ( | const std::vector< double > & | values | ) |
Definition at line 558 of file sndSciFiTools.cxx.
bool validateHit | ( | sndScifiHit * | aHit, |
int | ref_station, | ||
bool | ref_orientation | ||
) |
Definition at line 106 of file sndSciFiTools.cxx.