1 #ifndef __FUN4ALL_SPILL_SRAW_EVENT_OUTPUT_MANAGER_H__
2 #define __FUN4ALL_SPILL_SRAW_EVENT_OUTPUT_MANAGER_H__
24 std::string m_dir_base;
25 std::string m_tree_name;
26 std::string m_branch_name;
27 std::string m_file_name;
40 std::string m_name_schema;
41 std::string m_name_table;
48 void SetTreeName (
const std::string name) { m_tree_name = name; }
50 void EnableDB(
const std::string name_schema=
"user_e1039_maindaq",
const std::string name_table=
"sraw_file_status",
const bool refresh_db=
false);
Standard interface with SQL database.
Fun4AllOutputManager to generate spill-level SRawEvent output files.
virtual int Write(PHCompositeNode *startNode)
write starting from given node
Fun4AllSpillSRawEventOutputManager(const std::string &dir_base, const std::string &myname="SPILLSRAWEVENTOUT")
void UpdateDBStatus(const int status)
Update the status stored in SQLite DB. Obsolete.
void SetBranchName(const std::string name)
void SetTreeName(const std::string name)
void EnableDB(const std::string name_schema="user_e1039_maindaq", const std::string name_table="sraw_file_status", const bool refresh_db=false)
void EnableSQLiteDB(const bool use=true)
virtual ~Fun4AllSpillSRawEventOutputManager()
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects.
An SQ interface class to hold a list of SQSpill objects.