6 #ifndef __PLACEBUILDER_HPP__
7 #define __PLACEBUILDER_HPP__
54 Place*
create(std::map<std::string, std::string>& params,
bool verbose);
Place * createPlaceAND(std::map< std::string, std::string > ¶ms)
Create place, alter or add existing place to the tree.
Definition: PlaceBuilder.hpp:49
Class to handle errors occurring during the execution of the code.
A pure abstract class to define a "place" for correlator.
Definition: Places.hpp:24
constant parameters used in pixie16 analysis
Place * createPlaceCounter(std::map< std::string, std::string > ¶ms)
Place * createPlaceThresholdOR(std::map< std::string, std::string > ¶ms)
Place * createPlaceOR(std::map< std::string, std::string > ¶ms)
Place * createPlaceThreshold(std::map< std::string, std::string > ¶ms)
Defines the various places for the TreeCorrelator.
Place * create(std::map< std::string, std::string > ¶ms, bool verbose)
Place * createPlaceDetector(std::map< std::string, std::string > ¶ms)