Difference between revisions of "DAQTree plugin"

From GlueXWiki
Jump to: navigation, search
(Usage)
(Notes)
Line 36: Line 36:
 
DAQTree is currently not compiled or installed by default because it depends on the DAQ plugin.  The DAQ plugin is not currently compiled by default since it depends on evio, which is not typically necessary for standard simulation reconstruction.  This may change.  First compile and install sim-recon, the the DAQ plugin and then the DAQTree plugin.
 
DAQTree is currently not compiled or installed by default because it depends on the DAQ plugin.  The DAQ plugin is not currently compiled by default since it depends on evio, which is not typically necessary for standard simulation reconstruction.  This may change.  First compile and install sim-recon, the the DAQ plugin and then the DAQTree plugin.
  
See the [http://www.jlab.org/Hall-D/software/HDSoftware_Documentation/class_j_event_processor___d_a_q_tree.html | Doxygen entry for this plugin] for a look into the internal structure.
+
See the [http://www.jlab.org/Hall-D/software/HDSoftware_Documentation/class_j_event_processor___d_a_q_tree.html Doxygen entry for this plugin] for a look into the internal structure.

Revision as of 15:02, 13 February 2014

DAQTree is a standard JANA plugin that can be used to output information about standard DAQ objects to root trees.

Usage

Once everything is set up (as on the gluon cluster), it can be run using the following command:

hd_root -PPLUGINS=DAQ,DAQTree -PHDDM:ENABLE=0 codafile.evt -o outputfile.root

The -PPLUGINS=DAQ is required to generate the low level DAQ object which are then saved to the tree.

The -PHDDM:ENABLE=0 switch is required to stop the analyzer from wasting time trying to interpret the file as a HDDM file. Later developments to the HDDM parser may make this unnecessary.

Types

The currently supported object types are:

   Df250WindowRawData

The object types that will be supported is:

   Df125PulseIntegral
   Df125PulseTime
   Df125TriggerTime
   DF1TDCHit
   DF1TDCTriggerTime
   Df250PulseIntegral
   Df250PulseRawData
   Df250PulseTime
   Df250StreamingRawData
   Df250TriggerTime
   Df250WindowRawData
   Df250WindowSum

Notes

DAQTree is currently not compiled or installed by default because it depends on the DAQ plugin. The DAQ plugin is not currently compiled by default since it depends on evio, which is not typically necessary for standard simulation reconstruction. This may change. First compile and install sim-recon, the the DAQ plugin and then the DAQTree plugin.

See the Doxygen entry for this plugin for a look into the internal structure.