]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
component documentation
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Feb 2007 11:43:55 +0000 (11:43 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Feb 2007 11:43:55 +0000 (11:43 +0000)
HLT/TPCLib/AliHLTTPCEsdWriterComponent.h

index 5eb69f858271e04cc9dd651633a5690a7789b7bc..6dfdd106b97d9c5c6ac520d80302312b2d5af51e 100644 (file)
@@ -31,6 +31,21 @@ class AliHLTTPCTrackArray;
  * \li -directory    <i> directory  </i> <br>
  *      target directory
  *
+ * <pre>
+ * Example usage (HLT configuration file):
+ *         \<Proc ID="EsdWriter" type="prc">
+ *             \<Cmd>AliRootWrapperSubscriber -eventmodulo 1
+ *                 -componentid TPCEsdWriter
+ *                 -componentlibrary libAliHLTTPC.so
+ *                 -componentargs "-datafile AliESDs.root"
+ *            \</Cmd>
+ *
+ *            \<Parent>TR0-SC\</Parent>
+ *            \<Node>master\</Node>
+ *            \<Shm blocksize="1k" blockcount="1" type="sysv"/>
+ *        \</Proc>
+ * </pre>
+ *
  * @see AliHLTFileWriter and AliHLTRootFileWriterComponent for more parameters
  */
 class AliHLTTPCEsdWriterComponent : public AliHLTRootFileWriterComponent