LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
LArSoft examples. More...
Namespaces | |
details | |
Implementation detail namespace (content is not documented) | |
tests | |
Tests for LArSoft examples. | |
Classes | |
class | AnalysisExample |
Example analyzer module. More... | |
class | AtomicNumber |
Provides information about the active material in the TPC. More... | |
class | CheatTrack |
Pseudo-track object for TotallyCheatTracks example. More... | |
struct | CoordRange |
Range of coordinates. More... | |
struct | CoordRangeCells |
Range of coordinates. More... | |
class | Disturbance |
A silly module. More... | |
class | Exploder |
A buggy module. More... | |
class | PointIsolationAlg |
Algorithm to detect isolated space points. More... | |
struct | PositionExtractor |
Helper extractor for point coordinates. More... | |
struct | PositionExtractor< recob::SpacePoint > |
Specialization of PositionExtractor for recob::SpacePoint. More... | |
struct | PositionExtractor< std::array< T, 3U > > |
Specialisation of PositionExtractor for C++ array: { x, y, z }. More... | |
struct | PositionExtractor< std::vector< T > > |
struct | PositionExtractor< T * > |
Specialisation of PositionExtractor for C array: { x, y, z }. More... | |
class | RemoveIsolatedSpacePoints |
art module: removes isolated space points. More... | |
class | ShowerCalibrationGalore |
Interface for a shower calibration service provider. More... | |
class | ShowerCalibrationGaloreFromPID |
Shower calibration service provider correcting according to PID. More... | |
class | ShowerCalibrationGaloreScale |
A shower calibration service provider applying a uniform scale. More... | |
class | ShowerCalibrationGaloreScaleService |
A shower calibration art service returning a single factor. More... | |
class | SpacePartition |
A container of points sorted in cells. More... | |
class | SpacePointIsolationAlg |
Algorithm to detect isolated space points. More... | |
class | TotallyCheatTracker |
Module: creates tracks from simulated particles. More... | |
class | TotallyCheatTrackingAlg |
Reconstructs tracks from simulated particles. More... | |
Typedefs | |
using | AtomicNumberService = lar::SimpleServiceProviderWrapper< AtomicNumber > |
Service giving access to AtomicNumber service provider. More... | |
using | ShowerCalibrationGaloreFromPIDService = lar::ServiceProviderImplementationWrapper< ShowerCalibrationGaloreFromPID, ShowerCalibrationGaloreService > |
Service for shower energy calibration according to particle type. More... | |
using | ShowerCalibrationGaloreService = lar::ServiceProviderInterfaceWrapper< ShowerCalibrationGalore > |
Interface for a shower calibration art service. More... | |
Functions | |
template<typename Stream > | |
Stream & | operator<< (Stream &&out, ShowerCalibrationGalore::Correction_t const &corr) |
Output operator for the correction type. More... | |
std::pair< std::string, std::string > | splitROOTpath (std::string path) |
Splits path into ROOT file name and directory path. More... | |
LArSoft examples.
Stream& lar::example::operator<< | ( | Stream && | out, |
ShowerCalibrationGalore::Correction_t const & | corr | ||
) |
Output operator for the correction type.
Definition at line 130 of file ShowerCalibrationGalore.h.
std::pair< std::string, std::string > lar::example::splitROOTpath | ( | std::string | path | ) |
Splits path into ROOT file name and directory path.
Definition at line 335 of file ShowerCalibrationGaloreFromPID.cxx.
Referenced by lar::example::ShowerCalibrationGaloreFromPID::OpenROOTdirectory().