Crombie Tools
crombie::Cutflow Namespace Reference

Typedefs

using SingleFunc = FileConfig::MapFunc< SingleOut >
 
using SingleOut = std::vector< unsigned long >
 The contents of the cutflow is a vector of decreasing number of events. More...
 

Functions

SingleOut Merge (const FileConfig::ToMerge< SingleOut > &outputs)
 Returns a cutflow vector. More...
 
SingleFunc SingleFile (const Types::strings &cuts)
 Takes a vectors of cuts and returns a parallel cutflow vector. More...
 

Typedef Documentation

§ SingleFunc

Definition at line 13 of file Cutflow.h.

§ SingleOut

using crombie::Cutflow::SingleOut = typedef std::vector<unsigned long>

The contents of the cutflow is a vector of decreasing number of events.

Definition at line 12 of file Cutflow.h.

Function Documentation

§ Merge()

SingleOut crombie::Cutflow::Merge ( const FileConfig::ToMerge< SingleOut > &  outputs)

Returns a cutflow vector.

Definition at line 50 of file Cutflow.h.

Referenced by CorrectorApplicator::ApplyCorrections().

§ SingleFile()

SingleFunc crombie::Cutflow::SingleFile ( const Types::strings cuts)

Takes a vectors of cuts and returns a parallel cutflow vector.

Definition at line 25 of file Cutflow.h.

References CrombieTools.LoadConfig::cuts.