SourceXtractorPlusPlus  0.10
Please provide a description of the project.
Task.h
Go to the documentation of this file.
1 
23 #ifndef _SEFRAMEWORK_TASK_TASK_H
24 #define _SEFRAMEWORK_TASK_TASK_H
25 
26 namespace SourceXtractor {
27 
35 class Task {
36 
37 public:
38 
42  virtual ~Task() = default;
43 
44 
45 private:
46 
47 }; /* End of Task class */
48 
49 } /* namespace SourceXtractor */
50 
51 
52 #endif
SourceXtractor::Task
Basic interface for a Task that is used to compute properties.
Definition: Task.h:35
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::Task::~Task
virtual ~Task()=default
Destructor.