ATLAS Offline Software
CaloCellLink.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 CALOEVENT_CALOCELLLINK_H
6 #define CALOEVENT_CALOCELLLINK_H
7 
8 
9 
10 #include "Navigation/Navigable.h"
11 
13 
14 class CaloCellLink : public Navigable<CaloCellContainer,double>
15 {
16  public:
17 
19  CaloCellLink();
21  explicit CaloCellLink(const CaloCellLink* pLink);
22  explicit CaloCellLink(const CaloCellLink& rLink);
24  CaloCellLink& operator= (const CaloCellLink& rLink);
26  virtual ~CaloCellLink();
27 
34 
35  private:
36 
37  void copyStore(const CaloCellLink* pLink);
38 
39 };
40 
45 #endif
46 
CaloCellContainer.h
Navigable
Navigable template generalization to handle navigation.
Definition: Navigable.h:93
Navigable.h