ATLAS Offline Software
Loading...
Searching...
No Matches
DataVectorConvert.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: DataVectorConvert.h,v 1.3 2008-08-20 05:14:42 yyao Exp $
8
15
16#ifndef DATAMODELATHENAPOOL_DATAVECTORCONVERT_H
17#define DATAMODELATHENAPOOL_DATAVECTORCONVERT_H
18
19
20#include "RootUtils/ILogger.h"
21
22
23namespace DataModelAthenaPool {
24
25
40{
41public:
52 static void initialize (RootUtils::ILogger* logfn = 0);
53};
54
55
56} // namespace DataModelAthenaPool
57
58
59#endif // not DATAMODELATHENAPOOL_DATAVECTORCONVERT_H
Very simple interface for writing log messages.
Provide backwards compatibility for reading DataVector classes.
Very simple interface for writing log messages.
Definition ILogger.h:34
void initialize()