| SND@LHC Software
    | 
#include <vector>#include "sndConfiguration.h"#include "sndScifiPlane.h"#include "sndUSPlane.h"#include "Math/Vector3D.h"#include "Math/Point3D.h"

Go to the source code of this file.
| Namespaces | |
| namespace | snd | 
| namespace | snd::analysis_tools | 
| Functions | |
| int | snd::analysis_tools::GetScifiShowerStart (const std::vector< ScifiPlane > &scifi_planes) | 
| int | snd::analysis_tools::GetScifiShowerEnd (const std::vector< ScifiPlane > &scifi_planes) | 
| int | snd::analysis_tools::GetUSShowerStart (const std::vector< USPlane > &us_planes) | 
| int | snd::analysis_tools::GetUSShowerEnd (const std::vector< USPlane > &us_planes) | 
| std::pair< ROOT::Math::XYZPoint, ROOT::Math::XYZVector > | snd::analysis_tools::GetShowerInterceptAndDirection (const Configuration &configuration, const std::vector< ScifiPlane > &scifi_planes, const std::vector< USPlane > &us_planes) | 
| std::pair< std::vector< ScifiPlane >, std::vector< USPlane > > | snd::analysis_tools::GetShoweringPlanes (const std::vector< ScifiPlane > &scifi_planes, const std::vector< USPlane > &us_planes) |