hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
|
#include "TrackSmearingTool.h"
#include "TrackerHit.h"
#include "Track.h"
#include "TTree.h"
#include "TFile.h"
#include <functional>
Go to the source code of this file.
Functions | |
void | usage () |
void | smearing_test (TDirectoryFile *output_d, const std::string &smearing_file, const std::string &name, std::function< double()> unsmeared_sampler, int trials=100, int min_nhits=8, int max_nhits=12) |
double | fixed_momentum_sampler () |
double | normal_momentum () |
int | main (int nargs, char *argv[]) |
double fixed_momentum_sampler | ( | ) |
Definition at line 61 of file smearing-tool.cxx.
int main | ( | int | nargs, |
char * | argv[] | ||
) |
Definition at line 71 of file smearing-tool.cxx.
double normal_momentum | ( | ) |
Definition at line 65 of file smearing-tool.cxx.
void smearing_test | ( | TDirectoryFile * | output_d, |
const std::string & | smearing_file, | ||
const std::string & | name, | ||
std::function< double()> | unsmeared_sampler, | ||
int | trials = 100 , |
||
int | min_nhits = 8 , |
||
int | max_nhits = 12 |
||
) |
Definition at line 14 of file smearing-tool.cxx.
void usage | ( | ) |
Definition at line 10 of file smearing-tool.cxx.