ATLAS Offline Software
Loading...
Searching...
No Matches
GenericHitsCollectionHelper.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GenericHitsCollectionHelper_H
6#define GenericHitsCollectionHelper_H
7
8#include <string>
9// Generic interface to a hit collection. it should be used to
10// remove any dependency between sensitive detectors and the
11// underlying storing system..
12
14public:
17 // following can't be virtual
18 template <typename collectionType>
19 void ExportCollection(collectionType* collection)
20 {
21 }
22private:
23};
24
25#endif
GenericHitsCollectionHelper() virtual ~GenericHitsCollectionHelper() template< typename collectionType > void ExportCollection(collectionType *collection)