|
Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
The basic detector which does not depend on children status. Will use info_ map to store additional information. More...
#include <Places.hpp>


Public Member Functions | |
| PlaceDetector (bool resetable=true, unsigned max_size=2) | |
Public Member Functions inherited from Place | |
| Place (bool resetable=true, unsigned max_size=2) | |
| virtual | ~Place () |
| virtual void | addChild (Place *child, bool coin=true) |
| virtual bool | checkChildren (Place *child) |
| virtual bool | checkParents (Place *child) |
| virtual void | activate (EventData &info) |
| virtual void | activate (double time) |
| virtual void | deactivate (double time) |
| virtual void | reset () |
| virtual bool | operator&& (const Place &right) const |
| virtual bool | operator|| (const Place &right) const |
| virtual bool | operator() () const |
| virtual bool | status () const |
| virtual EventData & | operator[] (unsigned index) |
| virtual EventData | operator[] (unsigned index) const |
| virtual EventData | last () |
| virtual EventData | secondlast () |
| virtual bool | resetable () const |
Protected Member Functions | |
| virtual void | check_ (EventData &info) |
Protected Member Functions inherited from Place | |
| virtual void | addParent_ (Place *parent) |
| virtual void | report_ (EventData &info) |
| virtual void | add_info_ (const EventData &info) |
Additional Inherited Members | |
Data Fields inherited from Place | |
| std::deque< EventData > | info_ |
Protected Attributes inherited from Place | |
| unsigned | max_size_ |
| bool | status_ |
| bool | resetable_ |
| std::vector< std::pair< Place *, bool > > | children_ |
| std::vector< Place * > | parents_ |
The basic detector which does not depend on children status. Will use info_ map to store additional information.
|
inline |
Constructor for the Place
| [in] | resetable | : sets the place to be resetable or not |
| [in] | max_size | : sets the maximum size of the place |
|
inlineprotectedvirtual |
This function is empty here - this place does not depend on children status
| [in] | info | : is not used for anything |
Implements Place.