Class Reference for E1039 Core & Analysis Software
Fun4AllTriggerDstOutputManager.h
Go to the documentation of this file.
1 #ifndef __FUN4ALL_TRIGGER_DST_OUTPUT_MANAGER_H__
2 #define __FUN4ALL_TRIGGER_DST_OUTPUT_MANAGER_H__
4 
7  int m_trig_mask;
8 
9  public:
10  Fun4AllTriggerDstOutputManager(const std::string &myname, const std::string &filename);
12 
13  void SetTriggerMask(const int fpga_mask, const int nim_mask);
14  void SetTriggerMask(const bool fpga1, const bool fpga2, const bool fpga3, const bool fpga4, const bool fpga5, const bool nim1, const bool nim2, const bool nim3, const bool nim4, const bool nim5);
15  virtual int Write(PHCompositeNode *startNode);
16 };
17 
18 #endif /* __FUN4ALL_TRIGGER_DST_OUTPUT_MANAGER_H__ */
A Fun4All output manger that creates one DST file per run containing events selected with trigger.
void SetTriggerMask(const int fpga_mask, const int nim_mask)
virtual int Write(PHCompositeNode *startNode)
write starting from given node
Fun4AllTriggerDstOutputManager(const std::string &myname, const std::string &filename)