|
||||
File indexing completed on 2025-01-18 09:57:33
0001 /***********************************************************************************\ 0002 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations * 0003 * * 0004 * This software is distributed under the terms of the Apache version 2 licence, * 0005 * copied verbatim in the file "LICENSE". * 0006 * * 0007 * In applying this licence, CERN does not waive the privileges and immunities * 0008 * granted to it by virtue of its status as an Intergovernmental Organization * 0009 * or submit itself to any jurisdiction. * 0010 \***********************************************************************************/ 0011 #ifndef GAUDIALG_GAUDITUPLEALG_H 0012 #define GAUDIALG_GAUDITUPLEALG_H 1 0013 // ============================================================================ 0014 // Include files 0015 // ============================================================================ 0016 // GaudiAlg 0017 // ============================================================================ 0018 #include "GaudiAlg/GaudiHistoAlg.h" 0019 #include "GaudiAlg/GaudiTuples.h" 0020 // ============================================================================ 0021 0022 // ============================================================================ 0023 /* @file GaudiTupleAlg.h 0024 * 0025 * Header file for class : GaudiTupleAlg 0026 * 0027 * @date 2004-01-23 0028 * @author Vanya BELYAEV Ivan.Belyaev@itep.ru 0029 * @author Chris Jones Christopher.Rob.Jones@cern.ch 0030 */ 0031 // ============================================================================ 0032 0033 // ============================================================================ 0034 /** @class GaudiTupleAlg GaudiTupleAlg.h GaudiAlg/GaudiTupleAlg.h 0035 * 0036 * Simple class to extend the functionality of class GaudiHistoAlg. 0037 * 0038 * Class is instrumented with few methods 0039 * for dealing with N-tuples and Event Tag collections 0040 * 0041 * @attention 0042 * See the class GaudiTuples, which implements the common functionality 0043 * between GaudiTupleTool and GaudiTupleAlg 0044 * 0045 * @author Vanya BELYAEV Ivan.Belyaev@itep.ru 0046 * @author Chris Jones Christopher.Rob.Jones@cern.ch 0047 * @date 2004-01-23 0048 */ 0049 // ============================================================================ 0050 0051 struct GAUDI_API GaudiTupleAlg : GaudiTuples<GaudiHistoAlg> { 0052 using GaudiTuples<GaudiHistoAlg>::GaudiTuples; 0053 }; 0054 0055 // ============================================================================ 0056 // The END 0057 // ============================================================================ 0058 #endif // GAUDIALG_GAUDITUPLEALG_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |