Skip to content
Snippets Groups Projects

tcs_tests.cxx: plot theta in mrad for various FF detectors

Merged Wouter Deconinck requested to merge ff-theta-for-detectors into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -35,7 +35,7 @@ void tcs_tests(const char* fname = "rec_tcs.root"){
@@ -35,7 +35,7 @@ void tcs_tests(const char* fname = "rec_tcs.root"){
std::vector<float> theta;
std::vector<float> theta;
for (const auto& p: v) {
for (const auto& p: v) {
if (p.status() == status) {
if (p.status() == status) {
theta.push_back(1000. * p.direction().theta());
theta.push_back(1000. * p.direction().theta);
}
}
}
}
};
};
Loading