ATLAS Offline Software
Loading...
Searching...
No Matches
LArH6OscillationP.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 LARRAWCONDITIONS_LARH6OSCILLATIONP
6#define LARRAWCONDITIONS_LARH6OSCILLATIONP
7
8#include <vector>
9
13
14
16{
17public:
18
20 bool isEmpty() const { return m_channelAmplitude < -9999 && m_channelPhase < -9999 ; } ;
23
24};
25
26
27
28#endif
29