Fork me on GitHub

Changeset 100 in svn for trunk/Utilities/FROG/main.h


Ignore:
Timestamp:
Dec 18, 2008, 2:39:26 PM (16 years ago)
Author:
severine ovyn
Message:

Remove datacard bug + CaloTowers OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/FROG/main.h

    r95 r100  
    77#define _MAIN_H__
    88
    9 #define FROG_VERSION 1.105
     9#define FROG_VERSION 1.106
    1010#define FROG_AUTHORLIST "Loic.Quertenmont@cern.ch\nVincent.Roberfroid@cern.ch"
    1111
     
    8989GLuint LogoTxtTexture;
    9090
     91char ScreenShotName[1024] = {"screenshot"};
     92std::string AbsolutePath;
     93std::string inputConfig = "config.txt";
    9194std::string inputVisFile;
    9295std::string inputVisFileFromCard;
     96std::vector<string> inputVisFileFromCommand;
    9397std::vector<std::string> inputGeom;
    9498
     
    151155void displayForScreenShot();
    152156void displaytext();
     157void processNormalKeys(unsigned char key, int x, int y);
     158void processSpecialKeys(int key, int x, int y) ;
     159void processMouse(int button, int state, int x, int y);
     160void processMotion(int x, int y);
     161void processPassiveMotion(int x, int y);
    153162
    154163void LoadCard(const char* inputCard );
     
    161170void updateEventsFile();
    162171
    163 
    164172#endif
    165173
Note: See TracChangeset for help on using the changeset viewer.