AtlasPID: Fix for isTechnicolor, isHiddenValley, isExcited and isValid functions
All threads resolved!
Compare changes
@@ -180,18 +180,6 @@ template<> inline bool isNeutrino(const int& p){ auto sp = std::abs(p); return s
@@ -312,12 +300,14 @@ template<class T> inline bool isHadron(const T& p){return isHadron(p->pdg_id());
@@ -328,21 +318,36 @@ template<class T> inline bool isBoson(const T& p){return isBoson(p->pdg_id());}
@@ -446,13 +451,14 @@ template<> inline bool isGaugino(const int& p){ auto value_digits = DecodedPID(p
@@ -549,7 +555,8 @@ template<> inline bool isDM(const int& p){ auto sp = std::abs(p); return (sp >=
@@ -586,11 +593,11 @@ template<> inline bool isBSM(const DecodedPID& p){
@@ -607,7 +614,12 @@ template<> inline bool isTransportable(const DecodedPID& p){ return isPhoton(p.p