|
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"#include "TROOT.h"#include "ROOT/RRangeCast.hxx"
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 | hitWeightComputation (std::vector< double > hit_position) |
| double computeMean | ( | const std::vector< double > & | values | ) |
Definition at line 566 of file sndSciFiTools.cxx.
| double hitWeightComputation | ( | std::vector< double > | hit_position | ) |
Definition at line 636 of file sndSciFiTools.cxx.
| bool validateHit | ( | sndScifiHit * | aHit, |
| int | ref_station, | ||
| bool | ref_orientation | ||
| ) |
Definition at line 108 of file sndSciFiTools.cxx.