#include <iostream>
#include "cafe/Config.hpp"
#include "cafe/RunController.hpp"
#include "cafe/Function.hpp"
#include "cafe/Event.hpp"
Go to the source code of this file.
Functions | |
| bool | test_function (Event &event) |
| int | main () |
Variables | |
| bool | is_mc |
| bool | is_run2b |
| bool | is_run2a |
|
|
Definition at line 31 of file itest.cpp. References is_mc, is_run2a, is_run2b, cafe::RunController::Run(), and cafe::Config::set(). |
|
|
Definition at line 18 of file itest.cpp. References is_mc, is_run2a, is_run2b, cafe::Event::isMC(), cafe::Event::isRun2a(), and cafe::Event::isRun2b(). |
|
|
Definition at line 13 of file itest.cpp. Referenced by main(), and test_function(). |
|
|
Definition at line 15 of file itest.cpp. Referenced by main(), and test_function(). |
|
|
Definition at line 14 of file itest.cpp. Referenced by main(), and test_function(). |
1.3.4