|
void | Active (Bool_t b=true) |
| Active this trigger. More...
|
|
virtual SharedFP * | Add (const FactoryItem &key_item, const FactoryItem &frame_item, bool iscons=true, const Char_t *option="") |
| Add a frame to the list of required frames. More...
|
|
SharedFP * | Add (const char *, const Version &, const Version &, bool iscons=true, const Char_t *option="") |
|
SharedFP * | Add (const char *, const char *, const ConfAgent *agent=0x0, bool iscons=true, const Char_t *option="") |
| Add a Frame using its definition in the ConfAgent. More...
|
|
virtual SharedFP * | AddAutoConf (const FactoryItem &key_item, const FactoryItem &frame_item, UInt_t which) |
| Add a configuration frame to the input frame #which. More...
|
|
virtual SharedFP * | AddUtility (const FactoryItem &key_item, const FactoryItem &frame_item, const ConfAgent *agent) |
| Add utilities, used to decode/encode composite frames. More...
|
|
virtual SharedFP * | AddUtility (const FactoryItem &key_item, const FactoryItem &frame_item) |
| Add utilities, used to decode/encode composite frames. More...
|
|
virtual SharedFP * | AddUtility (const char *, const ConfAgent *agent) |
|
| AgataFrameTrigger (const Char_t *trig_name) |
|
virtual Bool_t | Check () |
| Check the content of the frame if the primary frame is a composite one. More...
|
|
void | Fired (Bool_t b=true) |
| Fired (default) or not this trigger. More...
|
|
virtual const Frame * | GetConstInputFrame (UInt_t which=0u) const |
| to get back the frames that define this trigger More...
|
|
virtual std::string | GetDFOption (UInt_t which=0u) const |
| get option for the input frame ( consumed: {-} , anti : {!} mandatory {} or not {|} More...
|
|
virtual Frame * | GetEmbeddedOutputFrame (ConfAgent::EModel model=ConfAgent::kStrict) |
| In case the output frame should be embedded. More...
|
|
virtual Frame * | GetInputFrame (UInt_t which=0u) |
| to get back the frames that define this trigger More...
|
|
virtual SharedFP * | GetInputSharedFP (UInt_t which=0u) |
| to get back the Shared pointer that define this trigger More...
|
|
const std::string & | GetName () const |
|
virtual UInt_t | GetNbInputFrame () const |
| number of input frames that define this trigger More...
|
|
virtual Frame * | GetOutputFrame () |
| to get back the output frame More...
|
|
virtual SharedFP * | GetOutputSharedFP () |
| to get back the output frame More...
|
|
template<typename Data_T > |
Data_T * | GetSubDataFrom (UInt_t which_input, UInt_t which_sub, SharedFP *utility, Bool_t do_scan=false) |
| Same as GetSubFrameFrom but to get directly a data part. More...
|
|
virtual Frame * | GetSubFrameFrom (UInt_t which_input, UInt_t which_sub, SharedFP *utility, Bool_t do_scan=false) |
| to extract a sub frame from one event frame of the current trigger More...
|
|
UInt_t | GetUniqueID () |
|
virtual Bool_t | HasEmbedded () const |
| true if this is a trigger for embedded frames More...
|
|
Bool_t | IsActive () const |
| Check if this trigger is in fired state. More...
|
|
virtual Bool_t | IsConsumable (UInt_t which=0u) const |
| to know if the frame is consumable or not More...
|
|
Bool_t | IsFired () const |
| Check if this trigger is in fired state. More...
|
|
virtual Bool_t | IsIndividualFired (UInt_t which=0u) const |
| fine tuning of the trigger current conditions More...
|
|
Bool_t | IsUniversal () const |
| Check if this trigger is in fired state. More...
|
|
Bool_t | IsZombie () const |
| Check if this trigger is in fired state. More...
|
|
virtual Bool_t | Reconfigure (ConfAgent *) |
| Modify the Frame definitions respecting the new data flow definition and the acceptable Frame changes. More...
|
|
virtual void | Reset () |
| Check if this trigger is in fired state. More...
|
|
virtual void | SetConsumable (UInt_t which, Bool_t value=true) |
| to change the consumable flag. More...
|
|
virtual SharedFP * | SetOutputFrame (Frame *frame) |
| Once a trigger has fired, the result of the algorithm is set through this. More...
|
|
virtual SharedFP * | SetOutputFrame (const FactoryItem &key_item, const FactoryItem &frame_item) |
| Once a trigger has fired, the result of the algorithm is set through this. More...
|
|
SharedFP * | SetOutputFrame (const char *, const Version &, const Version &) |
|
SharedFP * | SetOutputFrame (const char *, const char *, const ConfAgent *agent=0x0) |
| Set Output Frame using its definition in the ConfAgent. More...
|
|
void | Universal (Bool_t b=true) |
| Set this trigger as universal or not. More...
|
|
void | Zombie (Bool_t b=true) |
| this trigger More...
|
|
virtual | ~AgataFrameTrigger () |
|
To be used for Agata Data Flow.
Definition at line 462 of file Trigger.h.