Skip to content
Snippets Groups Projects
Commit 71cc053a authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

direction().theta is struct field

parent 022f750e
Branches
No related tags found
No related merge requests found
This commit is part of merge request !131. Comments created here will be created in the context of that merge request.
......@@ -35,7 +35,7 @@ void tcs_tests(const char* fname = "rec_tcs.root"){
std::vector<float> theta;
for (const auto& p: v) {
if (p.status() == status) {
theta.push_back(1000. * p.direction().theta());
theta.push_back(1000. * p.direction().theta);
}
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment