ATLAS Offline Software
VectorConverters.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$
22 #ifndef ROOTCONVERSIONS_VECTORCONVERTERS_H
23 #define ROOTCONVERSIONS_VECTORCONVERTERS_H
24 
25 
26 namespace RootConversions {
27 
28 
35 {
36 public:
38  static void initialize();
39 };
40 
41 
42 } // namespace RootConversions
43 
44 
45 #endif // not ROOTCONVERSIONS_VECTORCONVERTERS_H
RootConversions
Definition: VectorConverter.h:31
RootConversions::VectorConverters::initialize
static void initialize()
Register all CLHEP converters.
Definition: VectorConverters.cxx:31
RootConversions::VectorConverters
Register standard vector converters.
Definition: VectorConverters.h:35