ShowerRecoTools::ShowerDirectionTopologyDecisionTool::ShowerDirectionTopologyDecisionTool |
( |
const fhicl::ParameterSet & |
pset | ) |
|
Implements ShowerRecoTools::IShowerTool.
Definition at line 46 of file ShowerDirectionTopologyDecision_tool.cc.
56 <<
"fFirstDirectionInputLabel is is not set. Stopping.";
62 <<
"fSecondDirectionInputLabel is is not set. Stopping.";
67 TVector3 FirstShowerDirection;
68 TVector3 FirstShowerDirectionError;
72 TVector3 SecondShowerDirection;
73 TVector3 SecondShowerDirectionError;
78 if (FirstShowerDirection.Angle(SecondShowerDirection) <
fAngleCut) {
void SetElement(T &dataproduct, const std::string &Name, bool checktag=false)
MaybeLogger_< ELseverityLevel::ELsev_error, false > LogError
bool CheckElement(const std::string &Name) const
int GetElementAndError(const std::string &Name, T &Element, T2 &ElementErr) const
float ShowerRecoTools::ShowerDirectionTopologyDecisionTool::fAngleCut |
|
private |
std::string ShowerRecoTools::ShowerDirectionTopologyDecisionTool::fFirstDirectionInputLabel |
|
private |
std::string ShowerRecoTools::ShowerDirectionTopologyDecisionTool::fSecondDirectionInputLabel |
|
private |
std::string ShowerRecoTools::ShowerDirectionTopologyDecisionTool::fShowerDirectionOutputLabel |
|
private |
int ShowerRecoTools::ShowerDirectionTopologyDecisionTool::fVerbose |
|
private |
The documentation for this class was generated from the following file: