We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd4904 commit cbba260Copy full SHA for cbba260
1 file changed
MC/run/common/detector_acceptance.C
@@ -26,9 +26,7 @@ enum EDetectorAcceptance_t {
26
//
27
bool full(Float_t phi, Float_t eta)
28
{
29
- if (phi > 0. &&
30
- phi < 360. * TMath::DegToRad() &&
31
- TMath::Abs(eta) < 1.5)
+ if (TMath::Abs(eta) < 1.5)
32
return true;
33
else
34
return false;
0 commit comments