]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing obsolete component skeleton
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Oct 2010 07:47:54 +0000 (07:47 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Oct 2010 07:47:54 +0000 (07:47 +0000)
HLT/libAliHLTTrigger.pkg
HLT/trigger/AliHLTTriggerAgent.cxx
HLT/trigger/AliHLTTriggerBarrelCosmic.cxx [deleted file]
HLT/trigger/AliHLTTriggerBarrelCosmic.h [deleted file]
HLT/trigger/AliHLTTriggerLinkDef.h

index 0f98b66acc400dadcfd7e2b6bbf03d09e6c18e9a..8245b939984b6971e270f10f55a6efb8bd60ec6a 100644 (file)
@@ -18,7 +18,6 @@ CLASS_HDRS:= \
                AliHLTD0Trigger.h                           \
                AliHLTD0toKpi.h                             \
                AliHLTTriggerITSMultiplicity.h              \
-               AliHLTTriggerBarrelCosmic.h                 \
                 AliHLTTriggerAgent.h                        \
                 AliHLTEventSummary.h                        \
                 AliHLTEventSummaryProducerComponent.h       \
index 48a568c8ff24427ffa5138b19dc2a54cba757d0f..9e4a3021bec4b988c93a80a0a1ea4caca2b34bf1 100644 (file)
@@ -42,7 +42,6 @@
 #include "AliHLTD0Trigger.h"
 #include "AliHLTTriggerITSMultiplicity.h"
 #include "AliHLTTriggerBarrelGeomMultiplicity.h"
-#include "AliHLTTriggerBarrelCosmic.h"
 #include "AliHLTGlobalTriggerComponent.h"
 #include "AliHLTTriggerPhosClusterEnergy.h"
 #include "AliHLTTriggerEmcalClusterEnergy.h"
@@ -85,7 +84,6 @@ int AliHLTTriggerAgent::RegisterComponents(AliHLTComponentHandler* pHandler) con
   pHandler->AddComponent(new AliHLTTriggerITSMultiplicity);
   pHandler->AddComponent(new AliHLTD0Trigger);
   pHandler->AddComponent(new AliHLTTriggerBarrelGeomMultiplicity);
-  pHandler->AddComponent(new AliHLTTriggerBarrelCosmic);
   pHandler->AddComponent(new AliHLTTriggerPhosClusterEnergy); 
   pHandler->AddComponent(new AliHLTTriggerEmcalClusterEnergy); 
   pHandler->AddComponent(new AliHLTTriggerPhosMip); 
diff --git a/HLT/trigger/AliHLTTriggerBarrelCosmic.cxx b/HLT/trigger/AliHLTTriggerBarrelCosmic.cxx
deleted file mode 100644 (file)
index 6434564..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-// $Id$
-//**************************************************************************
-//* This file is property of and copyright by the ALICE HLT Project        * 
-//* ALICE Experiment at CERN, All rights reserved.                         *
-//*                                                                        *
-//* Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
-//*                  for The ALICE HLT Project.                            *
-//*                                                                        *
-//* Permission to use, copy, modify and distribute this software and its   *
-//* documentation strictly for non-commercial purposes is hereby granted   *
-//* without fee, provided that the above copyright notice appears in all   *
-//* copies and that both the copyright notice and this permission notice   *
-//* appear in the supporting documentation. The authors make no claims     *
-//* about the suitability of this software for any purpose. It is          *
-//* provided "as is" without express or implied warranty.                  *
-//**************************************************************************
-
-/// @file   AliHLTTriggerBarrelCosmic.cxx
-/// @author Matthias Richter
-/// @date   2009-06-30
-/// @brief  HLT cosmics trigger component for the central barrel region.
-
-// see header file for class documentation
-// or
-// refer to README to build package
-// or
-// visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
-
-#include "AliHLTTriggerBarrelCosmic.h"
-#include "AliESDEvent.h"
-#include "AliHLTTriggerDecision.h"
-#include "AliHLTDomainEntry.h"
-
-/** ROOT macro for the implementation of ROOT specific class methods */
-ClassImp(AliHLTTriggerBarrelCosmic)
-
-AliHLTTriggerBarrelCosmic::AliHLTTriggerBarrelCosmic()
-  : AliHLTTrigger()
-{
-  // see header file for class documentation
-  // or
-  // refer to README to build package
-  // or
-  // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
-}
-
-AliHLTTriggerBarrelCosmic::~AliHLTTriggerBarrelCosmic()
-{
-  // see header file for class documentation
-}
-
-const char* AliHLTTriggerBarrelCosmic::GetTriggerName() const
-{
-  // see header file for class documentation
-  return "BarrelCosmicsTrigger";
-}
-
-AliHLTComponent* AliHLTTriggerBarrelCosmic::Spawn()
-{
-  // see header file for class documentation
-  return new AliHLTTriggerBarrelCosmic;
-}
-
-int AliHLTTriggerBarrelCosmic::DoTrigger()
-{
-  // see header file for class documentation
-  SetDescription("central barrel cosmics trigger needs to be implemented");
-  TriggerEvent(false);
-  return 0;
-}
diff --git a/HLT/trigger/AliHLTTriggerBarrelCosmic.h b/HLT/trigger/AliHLTTriggerBarrelCosmic.h
deleted file mode 100644 (file)
index 12a7c21..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-//-*- Mode: C++ -*-
-// $Id$
-#ifndef ALIHLTTRIGGERBARRELCOSMIC_H
-#define ALIHLTTRIGGERBARRELCOSMIC_H
-//* This file is property of and copyright by the ALICE HLT Project        * 
-//* ALICE Experiment at CERN, All rights reserved.                         *
-//* See cxx source for full Copyright notice                               *
-
-/// @file   AliHLTTriggerBarrelCosmic.h
-/// @author Matthias Richter
-/// @date   2009-06-30
-/// @brief  HLT cosmics trigger component for the central barrel region.
-
-#include "AliHLTTrigger.h"
-
-/**
- * @class  AliHLTTriggerBarrelCosmic
- * HLT cosmics trigger component for the central barrel region.
- * 
- * <b> NOTE: UNDER DEVELOPMENT </b>
- *
- * <h2>General properties:</h2>
- *
- * Component ID: \b BarrelCosmicsTrigger                                  <br>
- * Library: \b libAliHLTTrigger.so                                        <br>
- * Input Data Types:  kAliHLTDataTypeESDObject, kAliHLTDataTypeESDTree
- *                    kAliHLTDataTypeTrack                                <br>
- * Output Data Types: ::kAliHLTAnyDataType                                <br>
- *
- * <h2>Mandatory arguments:</h2>
- * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formatting -->
- *
- * <h2>Optional arguments:</h2>
- * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formatting -->
- *
- * <h2>Configuration:</h2>
- * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formatting -->
- *
- * By default, configuration is loaded from OCDB, can be overridden by
- * component arguments.
- *
- * <h2>Default CDB entries:</h2>
- * HLT/ConfigHLT/BarrelCosmicsTrigger: TObjString storing the arguments
- *
- * <h2>Performance:</h2>
- * 
- *
- * <h2>Memory consumption:</h2>
- * 
- *
- * <h2>Output size:</h2>
- * 
- * \ingroup alihlt_trigger_components
- */
-class AliHLTTriggerBarrelCosmic : public AliHLTTrigger
-{
- public:
-  AliHLTTriggerBarrelCosmic();
-  ~AliHLTTriggerBarrelCosmic();
-
-  /// inherited from AliHLTTrigger: name of this trigger
-  virtual const char* GetTriggerName() const;
-  /// inherited from AliHLTComponent: create an instance
-  virtual AliHLTComponent* Spawn();
-
- private:
-  /// inherited from AliHLTTrigger: calculate the trigger
-  virtual int DoTrigger();
-
-  ClassDef(AliHLTTriggerBarrelCosmic, 0)
-};
-#endif //ALIHLTTRIGGERBARRELCOSMIC_H
index 338ceb85aabfb69b69e57ed8af0cea0ea2ee4e54..def6da2f3ec0dc4bd10123b14b2d585d41fcc96a 100644 (file)
@@ -13,7 +13,6 @@
 #pragma link C++ class AliHLTD0toKpi+;
 #pragma link C++ class AliHLTTriggerITSMultiplicity+;
 #pragma link C++ class AliHLTTriggerBarrelGeomMultiplicity+;
-#pragma link C++ class AliHLTTriggerBarrelCosmic+;
 #pragma link C++ class AliHLTTriggerAgent+;
 #pragma link C++ class AliHLTEventSummary+;
 #pragma link C++ class AliHLTEventSummaryProducerComponent+;