]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/trigger/AliHLTTriggerDecisionParameters.cxx
Porting HLT doxygen documentation to cmake
[u/mrichter/AliRoot.git] / HLT / trigger / AliHLTTriggerDecisionParameters.cxx
CommitLineData
fde46e9e 1//**************************************************************************
2//* This file is property of and copyright by the ALICE HLT Project *
3//* ALICE Experiment at CERN, All rights reserved. *
4//* *
5//* Primary Authors: Oystein Djuvsland *
6//* for The ALICE HLT Project. *
7//* *
8//* Permission to use, copy, modify and distribute this software and its *
9//* documentation strictly for non-commercial purposes is hereby granted *
10//* without fee, provided that the above copyright notice appears in all *
11//* copies and that both the copyright notice and this permission notice *
12//* appear in the supporting documentation. The authors make no claims *
13//* about the suitability of this software for any purpose. It is *
14//* provided "as is" without express or implied warranty. *
15//**************************************************************************
16
17#include "AliHLTTriggerDecisionParameters.h"
b850c417 18
b210e538 19AliHLTTriggerDecisionParameters::AliHLTTriggerDecisionParameters() :
20 TObject()
21 ,fTriggerName()
22 , fReadoutListParameter(0)
23 , fDescription()
fde46e9e 24{
25 // See header file for class documentation
26}
27
28AliHLTTriggerDecisionParameters::~AliHLTTriggerDecisionParameters()
29{
30 // See header file for class documentation
31}