ATLAS Offline Software
Loading...
Searching...
No Matches
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
11
13
14class CaloCellLink : public Navigable<CaloCellContainer,double>
15{
16 public:
17
21 explicit CaloCellLink(const CaloCellLink* pLink);
22 explicit CaloCellLink(const CaloCellLink& rLink);
26 virtual ~CaloCellLink();
27
34
35 private:
36
37 void copyStore(const CaloCellLink* pLink);
38
39};
40
45#endif
46
NavigableIterator< CONT, RPAR, COLL > object_iter
Definition Navigable.h:159