#ifndef A_REFRACTIVE_INDEX_DOT_INFO_H
#define A_REFRACTIVE_INDEX_DOT_INFO_H
#include "TGraph.h"
#include "ARefractiveIndex.h"
class ARefractiveIndexDotInfo : public ARefractiveIndex {
private:
public:
virtual ~ARefractiveIndexDotInfo(){};
ARefractiveIndexDotInfo(const char* fname);
ClassDef(ARefractiveIndexDotInfo, 1)
};
#endif // A_REFRACTIVE_INDEX_DOT_INFO_H
ARefractiveIndexDotInfo.h:1 ARefractiveIndexDotInfo.h:2 ARefractiveIndexDotInfo.h:3 ARefractiveIndexDotInfo.h:4 ARefractiveIndexDotInfo.h:5 ARefractiveIndexDotInfo.h:6 ARefractiveIndexDotInfo.h:7 ARefractiveIndexDotInfo.h:8 ARefractiveIndexDotInfo.h:9 ARefractiveIndexDotInfo.h:10 ARefractiveIndexDotInfo.h:11 ARefractiveIndexDotInfo.h:12 ARefractiveIndexDotInfo.h:13 ARefractiveIndexDotInfo.h:14 ARefractiveIndexDotInfo.h:15 ARefractiveIndexDotInfo.h:16 ARefractiveIndexDotInfo.h:17 ARefractiveIndexDotInfo.h:18 ARefractiveIndexDotInfo.h:19 ARefractiveIndexDotInfo.h:20 ARefractiveIndexDotInfo.h:21 ARefractiveIndexDotInfo.h:22 ARefractiveIndexDotInfo.h:23 ARefractiveIndexDotInfo.h:24 ARefractiveIndexDotInfo.h:25 ARefractiveIndexDotInfo.h:26 ARefractiveIndexDotInfo.h:27 ARefractiveIndexDotInfo.h:28 ARefractiveIndexDotInfo.h:29 ARefractiveIndexDotInfo.h:30 ARefractiveIndexDotInfo.h:31