- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PairCorrelationAction.def
re4afb4 rb4fa106 13 13 // i.e. there is an integer with variable name Z that can be found in 14 14 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 15 // "undefine" if no parameters are required , use (NODEFAULT) for each (undefined) default value16 #define paramtypes (std::vector<const element *>)(double)(double)(double)( boost::filesystem::path)(boost::filesystem::path)(bool)15 // "undefine" if no parameters are required 16 #define paramtypes (std::vector<const element *>)(double)(double)(double)(std::string)(std::string)(bool) 17 17 #define paramreferences (elements)(BinStart)(BinWidth)(BinEnd)(outputname)(binoutputname)(periodic) 18 18 #define paramtokens ("elements")("bin-start")("bin-width")("bin-end")("output-file")("bin-output-file")("periodic") 19 #define paramdescriptions ("set of elements")("start of the first bin")("width of the bins")("start of the last bin")("name of the output file")("name of the bin output file")("system is constraint to periodic boundary conditions")20 #define paramdefaults (NODEFAULT)(NODEFAULT)("0.5")(NODEFAULT)(NODEFAULT)(NODEFAULT)("0")21 19 22 20 // some defines for all the names, you may use ACTION, STATE and PARAMS 23 21 #define CATEGORY Analysis 24 #define MENUNAME "analysis"25 #define MENUPOSITION 226 22 #define ACTIONNAME PairCorrelation 27 23 #define TOKEN "pair-correlation" 28 29 // finally the information stored in the ActionTrait specialization30 #define DESCRIPTION "pair correlation analysis between two elements"31 #define SHORTFORM "C"
Note:
See TracChangeset
for help on using the changeset viewer.