| Report problems to ATLAS LXR Team (with time and IP address indicated) |
|
[ source navigation ] [ diff markup ] [ identifier search ] [ general search ] |
||||
|
||||||
| Links to LXR source navigation pages for stable releases | [ 12.*.* ] [ 13.*.* ] [ 14.*.* ] [ 15.*.* ] | |||||
001 #ifndef IBRANCHDECODER_H 002 #define IBRANCHDECODER_H 003 004 #include "TriggerTowerContainer.h" 005 006 #include <string> 007 008 class TTree; 009 class TGTransientFrame; 010 class TTPosition; 011 012 class IBranchDecoder 013 { 014 public: 015 virtual ~IBranchDecoder(void) {}; 016 virtual void setBranchAdresses(TTree* ptree) = 0; 017 virtual void selectBranch(std::string branch) = 0; 018 virtual TriggerTowerContainer* makeTTContainer() = 0; 019 virtual std::vector<std::string> getBranchesName() = 0; 020 virtual void dumpTT2Frame(TGTransientFrame* frame, int ttIndex) const = 0; 021 }; 022 023 #endif
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ general search ] |
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems | |
| This page was automatically generated by the LXR engine. |
|