8 #ifndef CT_REACTION_DATA_H
9 #define CT_REACTION_DATA_H
26 rateCoeffType = ARRHENIUS_REACTION_RATECOEFF_TYPE;
32 isReversibleWithFrac =
false;
37 virtual ~ReactionData() {}
48 std::vector<size_t> reactants;
49 std::vector<size_t> products;
54 std::vector<grouplist_t> rgroups;
55 std::vector<grouplist_t> pgroups;
56 std::map<size_t, doublereal> thirdBodyEfficiencies;
78 doublereal default_3b_eff;
81 bool isReversibleWithFrac;
88 std::multimap<double, vector_fp> plogParameters;