X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FTPCLib%2FAliHLTTPCEsdWriterComponent.h;h=f8c633b8fb41db3eb75aa75ee7acedb88854225c;hp=431ac097d025b9e9fdb167ef6ba88a4e9ed84db8;hb=90c376474a9a601e73b36fa41376a9c78799c755;hpb=7c33fcd719d71b9328b5e7c7fc92c828a2a044cc diff --git a/HLT/TPCLib/AliHLTTPCEsdWriterComponent.h b/HLT/TPCLib/AliHLTTPCEsdWriterComponent.h index 431ac097d02..f8c633b8fb4 100644 --- a/HLT/TPCLib/AliHLTTPCEsdWriterComponent.h +++ b/HLT/TPCLib/AliHLTTPCEsdWriterComponent.h @@ -240,6 +240,23 @@ class AliHLTTPCEsdWriterComponent : public AliHLTLogging /** assignment operator prohibited */ AliHLTTPCEsdWriterComponent& operator=(const AliHLTTPCEsdWriterComponent&); - ClassDef(AliHLTTPCEsdWriterComponent, 1) + /** + * (Re)Configure from the CDB + * Loads the following objects: + * - HLT/ConfigHLT/SolenoidBz + */ + int Reconfigure(const char* cdbEntry, const char* chainId); + + /** + * Configure the component. + * Parse a string for the configuration arguments and set the component + * properties. + */ + int Configure(const char* arguments); + + /** solenoid b field */ + Double_t fSolenoidBz; //! transient + + ClassDef(AliHLTTPCEsdWriterComponent, 2) }; #endif